mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
add some qkumba suggestions (#533)
This commit is contained in:
parent
00707b6c0b
commit
529f89f820
@ -91,12 +91,11 @@
|
||||
and #IS_IIGS
|
||||
beq +
|
||||
ldx #0
|
||||
txa
|
||||
!cpu 65816
|
||||
- sta $E00800,x ; when Alternate Display Mode is turned off, the "2"s
|
||||
sta $E00900,x ; displayed on the screen live at $E00800
|
||||
sta $E00A00,x ; (page "2"/$0800 of IIgs bank $E0)
|
||||
sta $E00B00,x ; They are initialized by the IIgs boot ROM
|
||||
- stz $E00800,x ; when Alternate Display Mode is turned off, the "2"s
|
||||
stz $E00900,x ; displayed on the screen live at $E00800
|
||||
stz $E00A00,x ; (page "2"/$0800 of IIgs bank $E0)
|
||||
stz $E00B00,x ; They are initialized by the IIgs boot ROM
|
||||
inx
|
||||
bne -
|
||||
!cpu 6502
|
||||
|
Loading…
Reference in New Issue
Block a user