[NTVDM]: Add a DPRINT1 that can be useful later on...

svn path=/branches/ntvdm/; revision=60826
This commit is contained in:
Hermès Bélusca-Maïto 2013-11-02 01:24:27 +00:00
parent d80b788ff4
commit e9a30e1068

View file

@ -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 */