mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-05 18:29:21 +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
|
||||
bcs done
|
||||
lda NEWVIDEO
|
||||
ora #<~(1<<5) ; Color
|
||||
and #<~(1<<5) ; Color
|
||||
sta NEWVIDEO
|
||||
|
||||
done: rts
|
||||
|
Loading…
Reference in New Issue
Block a user