From: Hermès Bélusca-Maïto Date: Sat, 2 Nov 2013 01:24:27 +0000 (+0000) Subject: [NTVDM]: Add a DPRINT1 that can be useful later on... X-Git-Tag: backups/0.3.17@66124~1365^2~311 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e9a30e1068c3bd61594d7434c69653a097352d30;hp=d80b788ff41ddd8b4c3d143d0eed00b70fa394cf [NTVDM]: Add a DPRINT1 that can be useful later on... svn path=/branches/ntvdm/; revision=60826 --- diff --git a/subsystems/ntvdm/bios.c b/subsystems/ntvdm/bios.c index 13343c6aa98..c2807f4d230 100644 --- a/subsystems/ntvdm/bios.c +++ b/subsystems/ntvdm/bios.c @@ -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 */