Identify ourselves.

This commit is contained in:
Christian Speckner 2023-09-21 23:50:33 +02:00
parent 7b6ba75b7a
commit d79f45ffb9
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ void OSystemRTStella::mainLoop()
RTEmulationWorker worker; RTEmulationWorker worker;
DispatchResult dispatchResult; DispatchResult dispatchResult;
cout << "starting rtstella main loop..." << endl << std::flush;
for (;;) { for (;;) {
TIA& tia = myConsole->tia(); TIA& tia = myConsole->tia();