mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-25 11:30:57 +00:00
...
This commit is contained in:
parent
c21a5b7edd
commit
728e1e4058
@ -73,7 +73,7 @@ void loop() {
|
||||
if (ps2.available()) {
|
||||
unsigned scan = ps2.read2();
|
||||
byte key = scan & 0xff;
|
||||
if (scan < 0x100)
|
||||
if (is_down(scan))
|
||||
io.down(key);
|
||||
else
|
||||
switch (key) {
|
||||
|
Loading…
Reference in New Issue
Block a user