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-24 21:43:44 +0300
committerkcgen <kcgen@users.noreply.github.com>2021-12-24 21:43:58 +0300
commit891b8ae0c61dda4a42aef1b6f4060e43d5e411a0 (patch)
tree3b2146caa8ca73a603eb2c05e9c567a67071a5d5
parent2cf25866d94ee450789cd61c3d668e5106d2714c (diff)
Revert "Don't line-double EGA 320x200 mode 00Dh" (#1463)
This reverts commit f01500656e44fe538f6359b72aa2eb8508a96683.
-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 7a7475513..adf5ffb87 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, 58, 262, 40, 200, EGA_HALF_CLOCK},
+ { 0x00D, M_EGA, 320, 200, 40, 25, 8, 8, 8, 0xA0000, 0x2000, 50, 449, 40, 400, EGA_HALF_CLOCK | EGA_LINE_DOUBLE},
{ 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},