From ffc939766463eb81f835647545fb8174a2e2f300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Morten=20R=C3=B8nne?= Date: Sun, 28 Mar 2010 15:56:28 +0200 Subject: [PATCH] krnl386.exe: Fix VGA video mode 17. --- dlls/krnl386.exe16/vga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/krnl386.exe16/vga.c b/dlls/krnl386.exe16/vga.c index 3c904bef36f..03d7f83f0c6 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 */ -- 2.11.4.GIT