mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-14 10:30:24 +00:00
Hi-bit/lo-bit fix.
This commit is contained in:
parent
3af48520a1
commit
15c118fe62
@ -1816,6 +1816,10 @@ flip: !zone
|
|||||||
stx frontBuf
|
stx frontBuf
|
||||||
lda page1,x
|
lda page1,x
|
||||||
}
|
}
|
||||||
|
; Hack for real (not emulated) IIc: sometimes displays only lo-bit graphics
|
||||||
|
; unless we do this. *HUGE* thanks to Brendan Robert for the fix!
|
||||||
|
sta $C07E ; disable double-hi-res
|
||||||
|
lda $C05F ; disable double-hi-res
|
||||||
rts
|
rts
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user