mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 22:31:40 +00:00
bank in ROM at the right time
This commit is contained in:
parent
3936ef734b
commit
cf3bf1ca01
@ -13,6 +13,7 @@
|
||||
stx $50
|
||||
ldx #$17
|
||||
stx $53
|
||||
+READ_ROM_NO_WRITE
|
||||
--- lda $53
|
||||
jsr $FBC1 ; BASCALC
|
||||
ldy #$27
|
||||
@ -66,6 +67,7 @@
|
||||
lda $54
|
||||
cmp #4
|
||||
bne ---
|
||||
+READ_RAM1_WRITE_RAM1
|
||||
|
||||
lda #$80
|
||||
sta Coordinates+$840
|
||||
|
Loading…
Reference in New Issue
Block a user