mirror of https://github.com/stella-emu/stella.git
Identify ourselves.
This commit is contained in:
parent
a00de01012
commit
7cd140f86f
|
@ -47,6 +47,8 @@ void OSystemRTStella::mainLoop()
|
|||
RTEmulationWorker worker;
|
||||
DispatchResult dispatchResult;
|
||||
|
||||
cout << "starting rtstella main loop..." << endl << std::flush;
|
||||
|
||||
for (;;) {
|
||||
TIA& tia = myConsole->tia();
|
||||
|
||||
|
|
Loading…
Reference in New Issue