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:
parent
a012fab090
commit
d0088fbc0f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user