From: Marco van den Heuvel Date: Thu, 26 Apr 2018 16:18:54 +0000 (-0700) Subject: Optimized the code a bit as suggested by Greg. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=14280151583c4ddf5cad6ecb794db4d1b651a6bb;p=cc65 Optimized the code a bit as suggested by Greg. --- 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