From c71c0246e9e71ee0002fbe34f160f1dc1bc7a9be Mon Sep 17 00:00:00 2001 From: Ralf Grillenberger Date: Sat, 26 Dec 2009 15:11:23 +0000 Subject: [PATCH] Add the S3-specific 640x480 256 color mode. Fixes regression in "Wooden Ships and Iron Men" and "I Have No Mouth And I Must Scream". Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3518 --- src/ints/int10_modes.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ints/int10_modes.cpp b/src/ints/int10_modes.cpp index ded71f26..e3326118 100644 --- a/src/ints/int10_modes.cpp +++ b/src/ints/int10_modes.cpp @@ -57,6 +57,8 @@ VideoModeBlock ModeList_VGA[]={ { 0x054 ,M_TEXT ,1056,688, 132,43, 8, 16, 1 ,0xB8000 ,0x4000, 192, 800, 132,688, 0 }, { 0x055 ,M_TEXT ,1056,400, 132,25, 8, 16, 1 ,0xB8000 ,0x2000, 192, 449, 132,400, 0 }, +/* Alias of mode 101 */ +{ 0x069 ,M_LIN8 ,640 ,480 ,80 ,30 ,8 ,16 ,1 ,0xA0000 ,0x10000,100 ,525 ,80 ,480 ,0 }, /* Alias of mode 102 */ { 0x06A ,M_LIN4 ,800 ,600 ,100,37 ,8 ,16 ,1 ,0xA0000 ,0x10000,128 ,663 ,100,600 ,0 },