mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-21 17:16:38 +00:00
bugfix: save/restore state before C routine
This commit is contained in:
@@ -191,7 +191,9 @@ E(read_keyboard_strobe)
|
||||
ret
|
||||
|
||||
E(read_random)
|
||||
pushal
|
||||
call SN(c_read_random)
|
||||
popal
|
||||
movb SN(random_value), %al
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user