From 576d64da3845b67b09a6c4a70a69ab93a684d810 Mon Sep 17 00:00:00 2001 From: Paul Gardner-Stephen Date: Sat, 29 Dec 2018 00:08:54 +1030 Subject: [PATCH] remove redundant line --- libsrc/common/getcpu.s | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/common/getcpu.s b/libsrc/common/getcpu.s index 36da39e7a..b13daf23c 100644 --- a/libsrc/common/getcpu.s +++ b/libsrc/common/getcpu.s @@ -76,7 +76,6 @@ _getcpu: 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? - beq @Is4510 ; matches, so must be a 4510 = C65 bne @Is45GS02 ; $200FF and $FF have different values, so must be a MEGA65 45GS02 @Is4510: lda #3 ; CPU_4510 constant -- 2.39.2