Author: hbelusca Date: Sat Feb 1 20:55:57 2014 New Revision: 61907
URL: http://svn.reactos.org/svn/reactos?rev=61907&view=rev Log: [NTVDM]: Okay, let's clear the VGA memory everytime we change modes... (fixes VGA-->EGA transition in Dave).
Modified: branches/ntvdm/subsystems/ntvdm/bios/vidbios.c
Modified: branches/ntvdm/subsystems/ntvdm/bios/vidbios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/vidb... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/bios/vidbios.c [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/bios/vidbios.c [iso-8859-1] Sat Feb 1 20:55:57 2014 @@ -980,7 +980,8 @@ * 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;