1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

Fixed a wrong branch.

This commit is contained in:
Marco van den Heuvel 2018-04-28 13:26:20 -07:00
parent a012fab090
commit d0088fbc0f

View File

@ -45,7 +45,7 @@ _detect_c65:
bne found bne found
inc $D000 inc $D000
cpy $D040 cpy $D040
beq not_found bne not_found
found: found:
lda #$01 lda #$01