Merge pull request #1158 from Winins0/master

Moved the OGC in vid_table.c.
This commit is contained in:
Miran Grča
2020-12-08 22:19:23 +01:00
committed by GitHub

View File

@@ -91,6 +91,7 @@ video_cards[] = {
{ "mda", &mda_device },
{ "genius", &genius_device },
{ "metheus928_isa", &s3_metheus_86c928_isa_device },
{ "ogc", &ogc_device },
{ "oti037c", &oti037c_device },
{ "oti067", &oti067_device },
{ "oti077", &oti077_device },
@@ -177,7 +178,6 @@ video_cards[] = {
{ "virge375_vbe20_vlb", &s3_virge_375_4_vlb_device },
{ "tgui9400cxi_vlb", &tgui9400cxi_device },
{ "tgui9440_vlb", &tgui9440_vlb_device },
{ "ogc", &ogc_device },
{ "", NULL }
};