1
0
mirror of https://github.com/specht/champ.git synced 2024-06-01 13:41:32 +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

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;

724
labels.h

File diff suppressed because it is too large Load Diff