diff --git a/subsystems/ntvdm/bios.c b/subsystems/ntvdm/bios.c index 6acf424c1a5..0cb767de44f 100644 --- a/subsystems/ntvdm/bios.c +++ b/subsystems/ntvdm/bios.c @@ -603,6 +603,8 @@ WORD BiosGetCharacter(VOID) } else { + VgaRefreshDisplay(); // HACK: Waiting here blocks the emulator!!! + while (TRUE) { /* Wait for a console event */