mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-21 20:30:50 +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
|
||||
_GrafOn
|
||||
sep #$20
|
||||
lda #$81
|
||||
lda #$C1 ; SHR On, Linear Memory Map On, Ignore Bank Latch
|
||||
stal NEW_VIDEO_REG
|
||||
rep #$20
|
||||
rts
|
||||
|
||||
_GrafOff
|
||||
sep #$20
|
||||
lda #$01
|
||||
lda #$01 ; SHR Off, Linear Memory Map Off
|
||||
stal NEW_VIDEO_REG
|
||||
rep #$20
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user