From f7f853ddf7ead50be0c44abf45669a0f08d2911b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Fri, 12 Jan 2007 17:33:43 +0000 Subject: [PATCH] add 0x6a vesa mode (dupe of 0x102) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2755 --- 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 24066be4..cc877cc3 100644 --- a/src/ints/int10_modes.cpp +++ b/src/ints/int10_modes.cpp @@ -55,6 +55,8 @@ VideoModeBlock ModeList_VGA[]={ { 0x054 ,M_TEXT ,1056,688, 132,43, 8, 8, 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 }, +{ 0x06A ,M_LIN4 ,800 ,600 ,100,37 ,8 ,16 ,1 ,0xA0000 ,0x10000,128 ,663 ,100,600 ,0 }, + /* Follow vesa 1.2 for first 0x20 */ { 0x100 ,M_LIN8 ,640 ,400 ,80 ,25 ,8 ,16 ,1 ,0xA0000 ,0x10000,100 ,449 ,80 ,400 ,0 }, { 0x101 ,M_LIN8 ,640 ,480 ,80 ,30 ,8 ,16 ,1 ,0xA0000 ,0x10000,100 ,525 ,80 ,480 ,0 },