mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTVDM]: Add a DPRINT1 that can be useful later on...
svn path=/branches/ntvdm/; revision=60826
This commit is contained in:
@@ -379,6 +379,8 @@ BOOLEAN BiosSetVideoMode(BYTE ModeNumber)
|
||||
COORD Resolution;
|
||||
LPBYTE Values = VideoModes[ModeNumber];
|
||||
|
||||
DPRINT1("Switching to mode %Xh; Values = 0x%p\n", ModeNumber, Values);
|
||||
|
||||
if (Values == NULL) return FALSE;
|
||||
|
||||
/* Write the misc register */
|
||||
|
||||
Reference in New Issue
Block a user