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