Author: hbelusca Date: Sat Feb 1 22:13:31 2014 New Revision: 61908
URL: http://svn.reactos.org/svn/reactos?rev=61908&view=rev Log: [NTVDM]: Comment out what-appears-to-be a broken test. Fixes some LIFE.COM program. Need to investigate further...
Modified: branches/ntvdm/subsystems/ntvdm/hardware/vga.c
Modified: branches/ntvdm/subsystems/ntvdm/hardware/vga.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/hardware/... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/hardware/vga.c [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/hardware/vga.c [iso-8859-1] Sat Feb 1 22:13:31 2014 @@ -1320,8 +1320,8 @@ InVerticalRetrace = TRUE;
/* If nothing has changed, just return */ - if (!ModeChanged && !CursorMoved && !PaletteChanged && !NeedsUpdate) - return; + // if (!ModeChanged && !CursorMoved && !PaletteChanged && !NeedsUpdate) + // return;
/* Change the display mode */ if (ModeChanged) VgaChangeMode();