1
0
mirror of https://github.com/specht/champ.git synced 2026-04-20 21:16:58 +00:00
This commit is contained in:
Michael Specht
2018-02-07 22:23:03 +01:00
parent b2d7f20e92
commit f4f97bd4c9
2 changed files with 363 additions and 363 deletions
+1 -1
View File
@@ -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;
+362 -362
View File
File diff suppressed because it is too large Load Diff