From 1b46dfe820912702ce7db2b944dcd69b1e257b9f Mon Sep 17 00:00:00 2001 From: Paul Gardner-Stephen Date: Sat, 29 Dec 2018 22:19:51 +1030 Subject: [PATCH] change reference to $0200FF to $0200xx --- libsrc/common/getcpu.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/common/getcpu.s b/libsrc/common/getcpu.s index b13daf23c..51ccd5a4a 100644 --- a/libsrc/common/getcpu.s +++ b/libsrc/common/getcpu.s @@ -75,8 +75,8 @@ _getcpu: ; now try again to load it: If the same, then 45GS02, as $200xx is unchanged nop ; prefix to tell next instruction to be 32-bit ZP .byte $b2,regsave ; LDA (regsave),Z - cmp tmp1 ; does the loaded value match what is in $FF? - bne @Is45GS02 ; $200FF and $FF have different values, so must be a MEGA65 45GS02 + cmp tmp1 ; does the loaded value match what is in $xx? + bne @Is45GS02 ; $200xx and $xx have different values, so must be a MEGA65 45GS02 @Is4510: lda #3 ; CPU_4510 constant ldx #0 ; load high byte of word -- 2.39.5