Removed the standalone Texas Instrument VGA card with no specified BIOS.

This commit is contained in:
OBattler
2020-04-17 11:55:23 +02:00
parent a1476d8533
commit 5e8b54f7bc
5 changed files with 0 additions and 65 deletions

View File

@@ -99,9 +99,6 @@ video_cards[] = {
{ "[ISA] Professional Graphics Controller", "pgc", &pgc_device },
{ "[ISA] Sigma Color 400", "sigma400", &sigma_device },
{ "[ISA] SPEA V7 Mirage (S3 86c801)", "px_s3_v7_801_isa", &s3_v7mirage_86c801_isa_device },
#if defined(DEV_BRANCH) && defined(USE_TI)
{ "[ISA] TI CF62011 SVGA", "ti_cf62011", &ti_cf62011_device },
#endif
{ "[ISA] Trident TVGA8900B", "tvga8900b", &tvga8900b_device },
{ "[ISA] Trident TVGA8900D", "tvga8900d", &tvga8900d_device },
{ "[ISA] Trigem Korean VGA (ET4000AX)", "tgkorvga", &et4000k_isa_device },

View File

@@ -263,45 +263,6 @@ vid_init(const device_t *info)
}
#if defined(DEV_BRANCH) && defined(USE_TI)
static const device_config_t vid_config[] =
{
{
"vram_size", "Memory Size", CONFIG_SELECTION, "", 256,
{
{
"256K", 256
},
{
"512K", 512
},
{
"1024K", 1024
},
{
""
}
}
},
{
"", "", -1
}
};
const device_t ti_cf62011_device = {
"TI CF62011 SVGA",
DEVICE_ISA,
0,
vid_init, vid_close, NULL,
NULL,
vid_speed_changed,
vid_force_redraw,
vid_config
};
#endif
const device_t ibm_ps1_2121_device = {
"IBM PS/1 Model 2121 SVGA",
DEVICE_ISA,