mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-24 20:31:12 +00:00
forgot IOUDis
This commit is contained in:
parent
60c1b4f6e9
commit
ee14a3bdf4
@ -994,6 +994,7 @@ def keyin3
|
||||
end
|
||||
def keyin2e
|
||||
byte key, vbl
|
||||
^$C07F // IOUDis: off
|
||||
^$C05B // Enable VBL Ints on a //c
|
||||
repeat
|
||||
vbl = ^$C019
|
||||
@ -1008,6 +1009,7 @@ def keyin2e
|
||||
key = ^keyboard
|
||||
until key >= 128
|
||||
^$C05A // Disable VBL Ints on a //c
|
||||
^$C07E // IOUDis: on
|
||||
^keystrobe
|
||||
if ^pushbttn2 & 128 // Closed Apple pressed
|
||||
when key
|
||||
|
Loading…
x
Reference in New Issue
Block a user