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