1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-12-29 01:30:22 +00:00

Clean up keypress handling

This commit is contained in:
David Schmenk 2024-11-25 20:04:25 -08:00
parent 1211991144
commit f592edeb8a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -114,7 +114,7 @@ def delay_getkey#1
for busywait = 0 to 30000
if ^$C000 > 127
return ^$C010 == $83
return (^$C010 & $7F) == $03
fin
next
return FALSE