[NTVDM]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 19 Oct 2013 00:04:11 +0000 (00:04 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 19 Oct 2013 00:04:11 +0000 (00:04 +0000)
Add a hack to fix screen updates while waiting for a keypress.

svn path=/branches/ntvdm/; revision=60697

subsystems/ntvdm/bios.c

index 6acf424..0cb767d 100644 (file)
@@ -603,6 +603,8 @@ WORD BiosGetCharacter(VOID)
     }
     else
     {
+        VgaRefreshDisplay(); // HACK: Waiting here blocks the emulator!!!
+
         while (TRUE)
         {
             /* Wait for a console event */