add clock() to RP6502
This commit is contained in:
7
libsrc/rp6502/clock.c
Normal file
7
libsrc/rp6502/clock.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <rp6502.h>
|
||||
#include <time.h>
|
||||
|
||||
clock_t __fastcall__ clock (void)
|
||||
{
|
||||
return ria_call_long (RIA_OP_CLOCK);
|
||||
}
|
||||
Reference in New Issue
Block a user