Skip to content

Commit e9848fa

Browse files
authored
Merge pull request #7 from bluewaysw/3-add-new-video-modes
Some wide screen video modes added. #3
2 parents e2edf68 + 0c6a102 commit e9848fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ints/int10_modes.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ std::vector<VideoModeBlock> ModeList_VGA = {
197197
{ 0x224, M_LIN16, 848, 480, 80, 30, 8, 16, 1, 0xA0000, 0x10000, 264, 525, 212, 480, 0},
198198
{ 0x225, M_LIN32, 848, 480, 80, 30, 8, 16, 1, 0xA0000, 0x10000, 132, 525, 106, 480, 0},
199199

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+
200206
{0xFFFF, M_ERROR, 0, 0, 0, 0, 0, 0, 0, 0x00000, 0x0000, 0, 0, 0, 0, 0},
201207
};
202208

0 commit comments

Comments
 (0)