mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-07 15:30:24 +00:00
IIgs: Correctly set NEWVIDEO bits on exit. Fixes #109
This commit is contained in:
parent
4fe7fb38ae
commit
a7c54d7711
@ -14855,7 +14855,7 @@ reset_grafport3a:
|
|||||||
jsr ID_BYTE_FE1F
|
jsr ID_BYTE_FE1F
|
||||||
bcs done
|
bcs done
|
||||||
lda NEWVIDEO
|
lda NEWVIDEO
|
||||||
ora #<~(1<<5) ; Color
|
and #<~(1<<5) ; Color
|
||||||
sta NEWVIDEO
|
sta NEWVIDEO
|
||||||
|
|
||||||
done: rts
|
done: rts
|
||||||
|
Loading…
Reference in New Issue
Block a user