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

This reverts commit 37520a357f.
Yeah, let's not do that after all.
This commit is contained in:
Peter Ferrie 2020-07-29 21:18:02 -07:00
parent 37520a357f
commit 60663f5e8d
2 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,6 @@
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,6 +128,9 @@ 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