mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NTVDM]: Add a DPRINT1 that can be useful later on...
svn path=/branches/ntvdm/; revision=60826
This commit is contained in:
parent
d80b788ff4
commit
e9a30e1068
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue