beginning ppu
This commit is contained in:
@ -15,5 +15,6 @@ typedef uint64_t u64;
|
||||
#define BETWEEN(a, b, c) ((a >= b) && (a <= c))
|
||||
|
||||
void delay(u32 ms);
|
||||
u32 get_ticks();
|
||||
|
||||
#define NO_IMPL { fprintf(stderr, "NOT YET IMPLEMENTED\n"); exit(-5); }
|
Reference in New Issue
Block a user