mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-07 15:31:49 +00:00
Clean up keypress handling
This commit is contained in:
parent
1211991144
commit
f592edeb8a
Binary file not shown.
@ -114,7 +114,7 @@ def delay_getkey#1
|
|||||||
|
|
||||||
for busywait = 0 to 30000
|
for busywait = 0 to 30000
|
||||||
if ^$C000 > 127
|
if ^$C000 > 127
|
||||||
return ^$C010 == $83
|
return (^$C010 & $7F) == $03
|
||||||
fin
|
fin
|
||||||
next
|
next
|
||||||
return FALSE
|
return FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user