From 14280151583c4ddf5cad6ecb794db4d1b651a6bb Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Thu, 26 Apr 2018 09:18:54 -0700 Subject: [PATCH] Optimized the code a bit as suggested by Greg. --- libsrc/c64/acc_detect_chameleon.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/c64/acc_detect_chameleon.s b/libsrc/c64/acc_detect_chameleon.s index 4b90c6ea9..a16a264e7 100755 --- a/libsrc/c64/acc_detect_chameleon.s +++ b/libsrc/c64/acc_detect_chameleon.s @@ -32,8 +32,8 @@ _detect_chameleon: beq not_found found: lda #$01 - .byte $2C + .byte $24 not_found: - lda #$00 + txa rts