[NTVDM]: Okay, let's clear the VGA memory everytime we change modes... (fixes VGA...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 1 Feb 2014 20:55:57 +0000 (20:55 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 1 Feb 2014 20:55:57 +0000 (20:55 +0000)
svn path=/branches/ntvdm/; revision=61907

subsystems/ntvdm/bios/vidbios.c

index 4bc86b3..0e2bb62 100644 (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;