mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-25 09:29:48 +00:00
potential bugfix for iie_dhires_on, iie_dhires_off
This commit is contained in:
parent
95baf5c4df
commit
25cd542a2c
@ -763,14 +763,14 @@ E(iie_check_ioudis)
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
E(iie_dhires_on)
|
E(iie_dhires_on)
|
||||||
testl $SS_IOUDIS, SN(softswitches)
|
testl $SS_DHIRES, SN(softswitches)
|
||||||
jz ram_nop
|
jnz ram_nop
|
||||||
orl $SS_DHIRES, SN(softswitches)
|
orl $SS_DHIRES, SN(softswitches)
|
||||||
call SN(video_redraw)
|
call SN(video_redraw)
|
||||||
ret
|
ret
|
||||||
|
|
||||||
E(iie_dhires_off)
|
E(iie_dhires_off)
|
||||||
testl $SS_IOUDIS, SN(softswitches)
|
testl $SS_DHIRES, SN(softswitches)
|
||||||
jz ram_nop
|
jz ram_nop
|
||||||
andl $~SS_DHIRES, SN(softswitches)
|
andl $~SS_DHIRES, SN(softswitches)
|
||||||
call SN(video_redraw)
|
call SN(video_redraw)
|
||||||
|
Loading…
Reference in New Issue
Block a user