mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
Use vidport-functions instead of ntdll-functions
svn path=/trunk/; revision=1720
This commit is contained in:
parent
04c0aa0853
commit
7a86200cdc
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue