Fixed issue #95 The DisableSD2IECCommands option makes the Pi1541 hang

This commit is contained in:
Stephen White 2018-10-17 15:39:55 +11:00
parent 7535e98434
commit 8b8097525b

View file

@ -1116,13 +1116,10 @@ void emulator()
else else
{ {
while (emulating == IEC_COMMANDS) while (emulating == IEC_COMMANDS)
{
if (keyboard->CheckChanged())
{ {
fileBrowser->Update(); fileBrowser->Update();
if (fileBrowser->SelectionsMade()) if (fileBrowser->SelectionsMade())
emulating = BeginEmulating(fileBrowser, fileBrowser->LastSelectionName()); emulating = BeginEmulating(fileBrowser, fileBrowser->LastSelectionName());
}
usDelay(1); usDelay(1);
} }
} }