mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-02-22 15:29:01 +00:00
IOUSDis must be written
This commit is contained in:
parent
ee14a3bdf4
commit
655e410a1d
@ -994,7 +994,7 @@ def keyin3
|
|||||||
end
|
end
|
||||||
def keyin2e
|
def keyin2e
|
||||||
byte key, vbl
|
byte key, vbl
|
||||||
^$C07F // IOUDis: off
|
^$C07F = 0 // IOUDis: off
|
||||||
^$C05B // Enable VBL Ints on a //c
|
^$C05B // Enable VBL Ints on a //c
|
||||||
repeat
|
repeat
|
||||||
vbl = ^$C019
|
vbl = ^$C019
|
||||||
@ -1009,7 +1009,7 @@ def keyin2e
|
|||||||
key = ^keyboard
|
key = ^keyboard
|
||||||
until key >= 128
|
until key >= 128
|
||||||
^$C05A // Disable VBL Ints on a //c
|
^$C05A // Disable VBL Ints on a //c
|
||||||
^$C07E // IOUDis: on
|
^$C07E = 0 // IOUDis: on
|
||||||
^keystrobe
|
^keystrobe
|
||||||
if ^pushbttn2 & 128 // Closed Apple pressed
|
if ^pushbttn2 & 128 // Closed Apple pressed
|
||||||
when key
|
when key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user