mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 03:29:59 +00:00
fix 8bit-Slicks Mockingboard auto-slot
This commit is contained in:
parent
abc83459d3
commit
02343ea4bd
@ -21,9 +21,8 @@
|
||||
cmp #1
|
||||
ora #$C0
|
||||
bcc skipmb
|
||||
cpx #$C4
|
||||
cmp #$C4
|
||||
beq skipmb
|
||||
txa
|
||||
ldy #0
|
||||
- ldx $1D77,Y ;find #$C4s
|
||||
cpx #$C4
|
||||
|
Loading…
Reference in New Issue
Block a user