mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-27 12:30:30 +00:00
Revert "add some qkumba suggestions (#533)"
This reverts commit 529f89f820
.
This commit is contained in:
parent
529f89f820
commit
c29dd24ec4
@ -91,11 +91,12 @@
|
||||
and #IS_IIGS
|
||||
beq +
|
||||
ldx #0
|
||||
txa
|
||||
!cpu 65816
|
||||
- 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
|
||||
- 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
|
||||
inx
|
||||
bne -
|
||||
!cpu 6502
|
||||
|
Loading…
Reference in New Issue
Block a user