Use vidport-functions instead of ntdll-functions

svn path=/trunk/; revision=1720
This commit is contained in:
Eric Kohl 2001-03-20 15:11:51 +00:00
parent 04c0aa0853
commit 7a86200cdc

View file

@ -103,8 +103,8 @@ void InitVGAMode()
WRITE_PORT_USHORT((PUSHORT)0x3C4, 0x0f02); // index=MASK MAP, write to all bitplanes
i = vidmem[0];
// RtlZeroMemory(vidmem, 38400);
RtlZeroMemory(vidmem, 64000);
// VideoPortZeroMemory(vidmem, 38400);
VideoPortZeroMemory(vidmem, 64000);
vgaPreCalc();
}