mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-24 20:31:12 +00:00
Enable/disable VBL ints for //c
This commit is contained in:
parent
094ddd31e8
commit
60c1b4f6e9
@ -994,6 +994,7 @@ def keyin3
|
|||||||
end
|
end
|
||||||
def keyin2e
|
def keyin2e
|
||||||
byte key, vbl
|
byte key, vbl
|
||||||
|
^$C05B // Enable VBL Ints on a //c
|
||||||
repeat
|
repeat
|
||||||
vbl = ^$C019
|
vbl = ^$C019
|
||||||
if flags & showcurs
|
if flags & showcurs
|
||||||
@ -1006,6 +1007,7 @@ def keyin2e
|
|||||||
fin
|
fin
|
||||||
key = ^keyboard
|
key = ^keyboard
|
||||||
until key >= 128
|
until key >= 128
|
||||||
|
^$C05A // Disable VBL Ints on a //c
|
||||||
^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