debug
This commit is contained in:
parent
dc44c670de
commit
e9822fe116
1 changed files with 4 additions and 1 deletions
5
main.cpp
5
main.cpp
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue