Morten Rønne : krnl386.exe: Fix VGA video mode 17.

Alexandre Julliard julliard at winehq.org
Mon Mar 29 09:57:57 CDT 2010


Module: wine
Branch: master
Commit: ffc939766463eb81f835647545fb8174a2e2f300
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ffc939766463eb81f835647545fb8174a2e2f300

Author: Morten Rønne <morten.roenne at tdcadsl.dk>
Date:   Sun Mar 28 15:56:28 2010 +0200

krnl386.exe: Fix VGA video mode 17.

---

 dlls/krnl386.exe16/vga.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/krnl386.exe16/vga.c b/dlls/krnl386.exe16/vga.c
index 3c904be..03d7f83 100644
--- a/dlls/krnl386.exe16/vga.c
+++ b/dlls/krnl386.exe16/vga.c
@@ -173,7 +173,7 @@ const VGA_MODE VGA_modelist[] =
     {0x000e, GRAPHIC, 80, 25,  8,  8,  640,  200,  4,  16, 4, FALSE},   /* VGA graphics mode 14 */
     {0x000f, GRAPHIC, 80, 25,  8, 14,  640,  350,  0,   0, 2, FALSE},   /* VGA graphics mode 15 */
     {0x0010, GRAPHIC, 80, 25,  8, 14,  640,  350,  4,  16, 2, FALSE},   /* VGA graphics mode 16 */
-    {0x0012, GRAPHIC, 80, 30,  8, 16,  640,  480,  1,   2, 1, FALSE},   /* VGA graphics mode 17 */
+    {0x0011, GRAPHIC, 80, 30,  8, 16,  640,  480,  1,   2, 1, FALSE},   /* VGA graphics mode 17 */
     {0x0012, GRAPHIC, 80, 30,  8, 16,  640,  480,  4,  16, 1, FALSE},   /* VGA graphics mode 18 */
     {0x0013, GRAPHIC, 40, 25,  8,  8,  320,  200,  8, 256, 1, TRUE},   /* VGA graphics mode 19 */
     /* VESA 7-bit modes */




More information about the wine-cvs mailing list