Make sure graphics cards are in alphabetical order and fix the name of the C&T SuperEGA.

This commit is contained in:
OBattler
2025-07-10 04:36:28 +02:00
parent 9a9a4a0ecc
commit 0ca13a7cac
2 changed files with 17 additions and 17 deletions

View File

@@ -1895,7 +1895,7 @@ const device_t cpqega_device = {
};
const device_t sega_device = {
.name = "SuperEGA",
.name = "Chips & Technologies SuperEGA",
.internal_name = "superega",
.flags = DEVICE_ISA,
.local = EGA_SUPEREGA,

View File

@@ -53,37 +53,39 @@ video_cards[] = {
{ .device = &device_none, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &device_internal, .flags = VIDEO_FLAG_TYPE_NONE },
/* ISA */
{ .device = &ati18800_wonder_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ati18800_vga88_device, .flags = VIDEO_FLAG_TYPE_NONE },
#ifdef USE_XL24
{ .device = &ati28800_wonderxl24_device, .flags = VIDEO_FLAG_TYPE_NONE },
#endif /* USE_XL24 */
{ .device = &ati28800_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &compaq_ati28800_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ati28800_wonder1024d_xl_plus_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &atiega800p_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &mach8_vga_isa_device, .flags = VIDEO_FLAG_TYPE_8514 },
{ .device = &mach32_isa_device, .flags = VIDEO_FLAG_TYPE_8514 },
{ .device = &ati28800k_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ati18800_vga88_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ati28800_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &compaq_ati28800_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ati28800_wonder1024d_xl_plus_device, .flags = VIDEO_FLAG_TYPE_NONE },
#ifdef USE_XL24
{ .device = &ati28800_wonderxl24_device, .flags = VIDEO_FLAG_TYPE_NONE },
#endif /* USE_XL24 */
{ .device = &ati18800_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ati18800_wonder_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &cga_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &quadcolor_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &sega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &jega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &gd5401_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &gd5402_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &colorplus_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &compaq_cga_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &compaq_cga_2_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &cpqega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &g2_gc205_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &hercules_device, .flags = VIDEO_FLAG_TYPE_MDA },
{ .device = &herculesplus_device, .flags = VIDEO_FLAG_TYPE_MDA },
{ .device = &incolor_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &cga_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &mda_device, .flags = VIDEO_FLAG_TYPE_MDA },
{ .device = &pgc_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &vga_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &im1024_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &iskra_ega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &jega_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &et4000_kasan_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &mda_device, .flags = VIDEO_FLAG_TYPE_MDA },
{ .device = &genius_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &nga_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &ogc_device, .flags = VIDEO_FLAG_TYPE_NONE },
@@ -94,9 +96,8 @@ video_cards[] = {
{ .device = &paradise_pvga1a_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &paradise_wd90c11_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &paradise_wd90c30_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &colorplus_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &pgc_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &cga_pravetz_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &quadcolor_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &realtek_rtg3105_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &realtek_rtg3106_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &sigma_device, .flags = VIDEO_FLAG_TYPE_NONE },
@@ -110,7 +111,6 @@ video_cards[] = {
{ .device = &et3000_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &et4000_tc6058af_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &et4000_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &vga_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &v7_vga_1024i_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &wy700_device, .flags = VIDEO_FLAG_TYPE_NONE },
/* ISA16 */