Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2021-12-20 21:48:26 +0300
committerkcgen <kcgen@users.noreply.github.com>2021-12-21 00:15:19 +0300
commitc35688ecbf77f2d5b3898956b869749b9dac4a41 (patch)
treea215e87aff230a07125a416d9ebc405a8902314a
parent77a6ee60aea0c554bec06792947a1e66113db329 (diff)
Don't line-double EGA 320x200 mode Dhkc/dont-double-ega-1
-rw-r--r--src/ints/int10_modes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ints/int10_modes.cpp b/src/ints/int10_modes.cpp
index adf5ffb87..7a7475513 100644
--- a/src/ints/int10_modes.cpp
+++ b/src/ints/int10_modes.cpp
@@ -42,7 +42,7 @@ std::vector<VideoModeBlock> ModeList_VGA = {
{ 0x006, M_CGA2, 640, 200, 80, 25, 8, 8, 1, 0xB8000, 0x4000, 100, 449, 80, 400, EGA_LINE_DOUBLE},
{ 0x007, M_TEXT, 720, 400, 80, 25, 9, 16, 8, 0xB0000, 0x1000, 100, 449, 80, 400, 0},
- { 0x00D, M_EGA, 320, 200, 40, 25, 8, 8, 8, 0xA0000, 0x2000, 50, 449, 40, 400, EGA_HALF_CLOCK | EGA_LINE_DOUBLE},
+ { 0x00D, M_EGA, 320, 200, 40, 25, 8, 8, 8, 0xA0000, 0x2000, 58, 262, 40, 200, EGA_HALF_CLOCK},
{ 0x00E, M_EGA, 640, 200, 80, 25, 8, 8, 4, 0xA0000, 0x4000, 100, 449, 80, 400, EGA_LINE_DOUBLE},
{ 0x00F, M_EGA, 640, 350, 80, 25, 8, 14, 2, 0xA0000, 0x8000, 100, 449, 80, 350, 0},
{ 0x010, M_EGA, 640, 350, 80, 25, 8, 14, 2, 0xA0000, 0x8000, 100, 449, 80, 350, 0},