We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2edf68 + 0c6a102 commit e9848faCopy full SHA for e9848fa
src/ints/int10_modes.cpp
@@ -197,6 +197,12 @@ std::vector<VideoModeBlock> ModeList_VGA = {
197
{ 0x224, M_LIN16, 848, 480, 80, 30, 8, 16, 1, 0xA0000, 0x10000, 264, 525, 212, 480, 0},
198
{ 0x225, M_LIN32, 848, 480, 80, 30, 8, 16, 1, 0xA0000, 0x10000, 132, 525, 106, 480, 0},
199
200
+// Some modes to support GEOS
201
+ { 0x300, M_LIN16, 800, 480, 100, 30, 8, 16, 1, 0xA0000, 0x10000, 336, 525, 200, 480, 0},
202
+ { 0x301, M_LIN16, 1024, 600, 128, 37, 8, 16, 1, 0xA0000, 0x10000, 336, 628, 256, 600, 0},
203
+ { 0x302, M_LIN16, 1280, 768, 160, 48, 8, 16, 1, 0xA0000, 0x10000, 212, 806, 320, 768, 0},
204
+ { 0x303, M_LIN16, 1280, 720, 160, 45, 8, 16, 1, 0xA0000, 0x10000, 212, 744, 320, 720, 0},
205
+
206
{0xFFFF, M_ERROR, 0, 0, 0, 0, 0, 0, 0, 0x00000, 0x0000, 0, 0, 0, 0, 0},
207
};
208
0 commit comments