mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
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:
parent
37520a357f
commit
60663f5e8d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user