mirror of https://github.com/stella-emu/stella.git
Identify ourselves.
This commit is contained in:
parent
7b6ba75b7a
commit
d79f45ffb9
|
@ -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