[NTVDM]: Okay, let's clear the VGA memory everytime we change modes... (fixes VGA-->EGA transition in Dave).

svn path=/branches/ntvdm/; revision=61907
This commit is contained in:
Hermès Bélusca-Maïto 2014-02-01 20:55:57 +00:00
parent 6e7f995863
commit 285d283861

View file

@ -980,7 +980,8 @@ static BOOLEAN VidBiosSetVideoMode(BYTE ModeNumber)
* See Ralf Brown: http://www.ctyme.com/intr/rb-0069.htm
* for more information.
*/
if ((ModeNumber & 0x08) == 0) VgaClearMemory();
// if ((ModeNumber & 0x08) == 0) VgaClearMemory();
VgaClearMemory();
// Bda->CrtModeControl;
// Bda->CrtColorPaletteMask;