mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
change slot-scan order for MB, fixes Berzap music
This commit is contained in:
parent
c4eedb55bc
commit
d78fe68893
@ -29,7 +29,7 @@ GetMockingboardStuff
|
||||
lda #$00
|
||||
sta $80
|
||||
sta $82 ; type
|
||||
ldx #$C7
|
||||
ldx #$C1
|
||||
@slotLoop
|
||||
stx $81
|
||||
ldy #$04 ; 6522 #1 $Cx04
|
||||
@ -37,8 +37,8 @@ GetMockingboardStuff
|
||||
beq @foundI
|
||||
|
||||
@nextSlot
|
||||
dex
|
||||
cpx #$C0
|
||||
inx
|
||||
cpx #$C8
|
||||
bne @slotLoop
|
||||
ldx #$00 ; not found
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user