mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-29 11:50:25 +00:00
Fix initialization bug that has been there forever. Thanks Ian Brumby
This commit is contained in:
parent
0b0a761e18
commit
a33d7ab341
@ -145,14 +145,14 @@ _SetSCBs
|
|||||||
; Turn SHR screen On/Off
|
; Turn SHR screen On/Off
|
||||||
_GrafOn
|
_GrafOn
|
||||||
sep #$20
|
sep #$20
|
||||||
lda #$81
|
lda #$C1 ; SHR On, Linear Memory Map On, Ignore Bank Latch
|
||||||
stal NEW_VIDEO_REG
|
stal NEW_VIDEO_REG
|
||||||
rep #$20
|
rep #$20
|
||||||
rts
|
rts
|
||||||
|
|
||||||
_GrafOff
|
_GrafOff
|
||||||
sep #$20
|
sep #$20
|
||||||
lda #$01
|
lda #$01 ; SHR Off, Linear Memory Map Off
|
||||||
stal NEW_VIDEO_REG
|
stal NEW_VIDEO_REG
|
||||||
rep #$20
|
rep #$20
|
||||||
rts
|
rts
|
||||||
|
Loading…
Reference in New Issue
Block a user