Add a hack to fix screen updates while waiting for a keypress.


svn path=/branches/ntvdm/; revision=60697
This commit is contained in:
Aleksandar Andrejevic 2013-10-19 00:04:11 +00:00
parent 0e8be812b0
commit 2462a558df

View file

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