Author: aandrejevic Date: Sat Oct 19 00:04:11 2013 New Revision: 60697
URL: http://svn.reactos.org/svn/reactos?rev=60697&view=rev Log: [NTVDM] Add a hack to fix screen updates while waiting for a keypress.
Modified: branches/ntvdm/subsystems/ntvdm/bios.c
Modified: branches/ntvdm/subsystems/ntvdm/bios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios.c?re... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/bios.c [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/bios.c [iso-8859-1] Sat Oct 19 00:04:11 2013 @@ -603,6 +603,8 @@ } else { + VgaRefreshDisplay(); // HACK: Waiting here blocks the emulator!!! + while (TRUE) { /* Wait for a console event */