add clock() to RP6502

This commit is contained in:
rumbledethumps
2024-01-10 21:24:55 -08:00
parent 8aa59e4af3
commit 2138f3c902
3 changed files with 10 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ long __fastcall__ ria_call_long_errno (unsigned char op);
#define RIA_OP_CODEPAGE 0x03
#define RIA_OP_LRAND 0x04
#define RIA_OP_STDIN_OPT 0x05
#define RIA_OP_CLOCK 0x0F
#define RIA_OP_CLOCK_GETRES 0x10
#define RIA_OP_CLOCK_GETTIME 0x11
#define RIA_OP_CLOCK_SETTIME 0x12