mirror of
https://github.com/specht/champ.git
synced 2024-11-26 01:49:20 +00:00
yay
This commit is contained in:
parent
b2d7f20e92
commit
f4f97bd4c9
2
champ.c
2
champ.c
@ -1051,7 +1051,7 @@ int main(int argc, char** argv)
|
||||
init_display();
|
||||
|
||||
init_cpu(&cpu);
|
||||
cpu.ip = 0x6000;
|
||||
cpu.ip = 0x6017;
|
||||
struct timespec tstart = {0, 0};
|
||||
clock_gettime(CLOCK_MONOTONIC, &tstart);
|
||||
unsigned long start_time = tstart.tv_sec * 1000000000 + tstart.tv_nsec;
|
||||
|
Loading…
Reference in New Issue
Block a user