This commit is contained in:
folkert van heusden 2022-04-10 12:00:11 +02:00
parent dc44c670de
commit e9822fe116

View file

@ -212,7 +212,7 @@ int main(int argc, char *argv[])
return 1; return 1;
} }
} }
console *cnsl = nullptr; console *cnsl = nullptr;
if (withUI) if (withUI)
@ -251,6 +251,9 @@ int main(int argc, char *argv[])
*running = true; *running = true;
// loadbin(b, 0, "test.dat");
// c->setRegister(7, 0);
c->emulation_start(); // for statistics c->emulation_start(); // for statistics
while(!event && !terminate) while(!event && !terminate)