mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Fixed the alphabetization for Voodoo3 3500 (PAL)
This commit is contained in:
@@ -248,7 +248,6 @@ video_cards[] = {
|
||||
{ .device = &et4000w32p_cardex_revd_pci_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &et4000w32p_diamond_revd_pci_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
/* AGP */
|
||||
{ .device = &voodoo_3_3500_agp_pal_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &compaq_voodoo_3_3500_agp_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_3500_se_agp_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &velocity_100_agp_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
@@ -257,6 +256,7 @@ video_cards[] = {
|
||||
{ .device = &voodoo_3_2000_agp_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_3000_agp_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_3500_agp_ntsc_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_3500_agp_pal_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_3500_si_agp_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
#ifdef USE_G100
|
||||
{ .device = &productiva_g100_device, .flags = VIDEO_FLAG_TYPE_SPECIAL },
|
||||
|
||||
Reference in New Issue
Block a user