From d0088fbc0fa99732c7d34c293c2d454b3b69f22e Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Sat, 28 Apr 2018 13:26:20 -0700 Subject: [PATCH] Fixed a wrong branch. --- libsrc/c64/acc_detect_c65.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5