Removed obsolete New CGA stuff from ibm.h and video.c. Fixes errors when compiling.

This commit is contained in:
OBattler
2016-07-09 17:15:19 +02:00
parent 277b3eac8c
commit 5f7c0bdd52
2 changed files with 1 additions and 3 deletions

View File

@@ -386,7 +386,6 @@ enum
GFX_PHOENIX_TRIO32, /*S3 732/Trio32 (Phoenix)*/
GFX_PHOENIX_TRIO64, /*S3 764/Trio64 (Phoenix)*/
GFX_INCOLOR, /* Hercules InColor */
GFX_NEW_CGA,
GFX_ET4000W32C, /*Tseng ET4000/W32p (Cardex) */
GFX_COMPAQ_EGA, /*Compaq EGA*/
GFX_SUPER_EGA, /*Using Chips & Technologies SuperEGA BIOS*/

View File

@@ -51,8 +51,7 @@ static VIDEO_CARD video_cards[] =
{"ATI VGA Charger (ATI-28800)", &ati28800_device, GFX_VGACHARGER},
{"ATI VGA Edge-16 (ATI-18800)", &ati18800_device, GFX_VGAEDGE16},
{"Cardex Tseng ET4000/w32p", &et4000w32pc_device, GFX_ET4000W32C},
{"CGA (New)", &cga_new_device, GFX_NEW_CGA},
{"CGA (Old)", &cga_device, GFX_CGA},
{"CGA", &cga_device, GFX_CGA},
{"Cirrus Logic CL-GD5429", &gd5429_device, GFX_CL_GD5429},
{"Diamond Stealth 32 (Tseng ET4000/w32p)", &et4000w32p_device, GFX_ET4000W32},
{"Diamond Stealth 3D 2000 (S3 ViRGE)", &s3_virge_device, GFX_VIRGE},