From: Marco van den Heuvel Date: Sat, 28 Apr 2018 20:26:20 +0000 (-0700) Subject: Fixed a wrong branch. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d0088fbc0fa99732c7d34c293c2d454b3b69f22e;p=cc65 Fixed a wrong branch. --- diff --git a/libsrc/c64/acc_detect_c65.s b/libsrc/c64/acc_detect_c65.s index 8e9f9b9ec..6d8af3c01 100755 --- a/libsrc/c64/acc_detect_c65.s +++ b/libsrc/c64/acc_detect_c65.s @@ -45,7 +45,7 @@ _detect_c65: bne found inc $D000 cpy $D040 - beq not_found + bne not_found found: lda #$01