Author: aandrejevic Date: Wed Aug 31 15:37:53 2016 New Revision: 72519
URL: http://svn.reactos.org/svn/reactos?rev=72519&view=rev Log: [NTVDM:BIOS] The 640x480x256 video mode has 640 bytes per scanline.
Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c
Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/bios/... ============================================================================== --- trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c [iso-8859-1] Wed Aug 31 15:37:53 2016 @@ -43,7 +43,7 @@ 0xA000, /* Window A segment, or zero if not supported */ 0x0000, /* Window B segment, or zero if not supported */ 0x00000000, /* Window position function pointer */ - 800, /* Bytes per scanline */ + 640, /* Bytes per scanline */ 640, /* Width */ 480, /* Height */ 8, /* Character cell width */