This commit is contained in:
2026-07-16 19:04:36 +10:00
parent c0da7748d2
commit 3bf340d9f2
3 changed files with 12 additions and 20 deletions

View File

@@ -37,6 +37,8 @@ int main(int argc, char** argv) {
memcpy(emu->mem + MEM_PROGRAM_START, rom->instructions, sizeof(SerializedInst) * rom->header.numInstructions);
printf("hi i exist\n");
startEmulator(emu);
freeEmulator(emu);