add some qkumba suggestions (#533)

This commit is contained in:
frankmilliron 2022-11-29 14:00:31 -08:00 committed by GitHub
parent 00707b6c0b
commit 529f89f820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -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