mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-24 18:31:51 +00:00
Revert "unnecessary pushes/pops"
This reverts commit 170fbf57f3
. It screwed up
80column display. We really should be using CDECL calling conventions ...
Conflicts:
src/memory.S
This commit is contained in:
parent
a6d4f2ccf5
commit
43add5489b
@ -819,14 +819,18 @@ E(iie_altchar_off)
|
||||
testl $SS_ALTCHAR, SN(softswitches)
|
||||
jz ram_nop
|
||||
andl $~SS_ALTCHAR, SN(softswitches)
|
||||
pushal
|
||||
call SN(c_set_primary_char)
|
||||
popal
|
||||
ret
|
||||
|
||||
E(iie_altchar_on)
|
||||
testl $SS_ALTCHAR, SN(softswitches)
|
||||
jnz ram_nop
|
||||
orl $SS_ALTCHAR, SN(softswitches)
|
||||
pushal
|
||||
call SN(c_set_altchar)
|
||||
popal
|
||||
ret
|
||||
|
||||
E(iie_check_altchar)
|
||||
|
Loading…
Reference in New Issue
Block a user