mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-25 20:33:13 +00:00
KM.RAMWORKS:Fixed issue while writing in LCs
This commit is contained in:
parent
92dc3f937d
commit
4fabb9ff04
@ -539,7 +539,7 @@ RWDRVX.START sta RWDRVX.XM.BANK+1 setup BANK
|
||||
txa
|
||||
beq .1 page 0/1, no need to check BANK
|
||||
cmp #$D0 $C0 <= PAGE < $D0 ?
|
||||
bcc .1 no, store in BNK1
|
||||
bcs .1 no, store in BNK1
|
||||
ora #$10 Remap $C0 page to $D0 BNK2
|
||||
|
||||
.1 ror RWDRVX.XM.RWLC+1 Save Carry to select proper RW bank later
|
||||
|
Loading…
Reference in New Issue
Block a user