Hi-bit/lo-bit fix.

This commit is contained in:
Martin Haye 2014-07-08 09:34:02 -07:00
parent 3af48520a1
commit 15c118fe62

View File

@ -1816,6 +1816,10 @@ flip: !zone
stx frontBuf
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
;-------------------------------------------------------------------------------