I don't know. Let's try it.

This commit is contained in:
Peter Ferrie 2020-07-29 21:12:25 -07:00
parent 33e8319078
commit 37520a357f
2 changed files with 2 additions and 3 deletions

View File

@ -43,6 +43,8 @@
sec
jsr $FE1F ; check for IIgs (allows super hi-res artwork)
bcs @NotGS
lda #$40 ; enable auxmem-to-bank-E1 shadowing on IIgs
sta SHADOW
sec
+HIDE_NEXT_BYTE
@NotGS clc

View File

@ -128,9 +128,6 @@ BlankSHR
sta WRITEAUXMEM ; writes go to auxmem
lda #$00 ; enable auxmem-to-bank-E1 shadowing on IIgs
sta SHADOW
lda #$20 ; clear $2000..$9FFF in auxmem
ldx #$80
jsr ClearMem