]> git.sur5r.net Git - cc65/commitdiff
Fixed a wrong branch.
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Sat, 28 Apr 2018 20:26:20 +0000 (13:26 -0700)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Sat, 28 Apr 2018 20:26:20 +0000 (13:26 -0700)
libsrc/c64/acc_detect_c65.s

index 8e9f9b9ecd0ed806758948c4f6f8440890769f62..6d8af3c01fbebea0107a9dc2fc58a893dfc5c058 100755 (executable)
@@ -45,7 +45,7 @@ _detect_c65:
         bne     found
         inc     $D000
         cpy     $D040
-        beq     not_found
+        bne     not_found
 
 found:
         lda     #$01