Added IOREQ_MILLIS and IOREQ_GETC to get current time and poll keyboard.

IOREQ_GETC implemented inefficiently, but is fine for demo purposes.
This commit is contained in:
Toby Jaffey 2025-12-07 20:29:10 +00:00
parent af3b48cb01
commit 9e6f6c5a67
3 changed files with 86 additions and 7 deletions

View file

@ -7,4 +7,5 @@
#define IOREQ_PRINTX 0x13D
#define IOREQ_MILLIS 0x13F
#define IOREQ_PRINTC 0x140
#define IOREQ_GETC 0x141