IIgs: Correctly set NEWVIDEO bits on exit. Fixes #109

This commit is contained in:
Joshua Bell 2019-01-04 18:53:36 -08:00
parent 4fe7fb38ae
commit a7c54d7711

View File

@ -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