Author: hbelusca Date: Sat Nov 2 01:24:27 2013 New Revision: 60826
URL: http://svn.reactos.org/svn/reactos?rev=60826&view=rev Log: [NTVDM]: Add a DPRINT1 that can be useful later on...
Modified: branches/ntvdm/subsystems/ntvdm/bios.c
Modified: branches/ntvdm/subsystems/ntvdm/bios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios.c?re... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/bios.c [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/bios.c [iso-8859-1] Sat Nov 2 01:24:27 2013 @@ -379,6 +379,8 @@ 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 */