mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[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:
parent
6e7f995863
commit
285d283861
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue