Finish the Dell System 200 work.

This commit is contained in:
OBattler
2025-05-28 04:09:47 +02:00
parent eac0006e7f
commit cebf27f02d
6 changed files with 345 additions and 46 deletions

View File

@@ -55,6 +55,7 @@ extern const device_t neat_sx_device;
extern const device_t scat_device;
extern const device_t scat_4_device;
extern const device_t scat_sx_device;
extern const device_t cs8220_device;
extern const device_t cs8230_device;
extern const device_t cs4031_device;

View File

@@ -211,6 +211,7 @@ enum {
MACHINE_CHIPSET_SCAT_SX,
MACHINE_CHIPSET_NEAT,
MACHINE_CHIPSET_NEAT_SX,
MACHINE_CHIPSET_CT_AT,
MACHINE_CHIPSET_CT_386,
MACHINE_CHIPSET_CT_CS4031,
MACHINE_CHIPSET_CONTAQ_82C596,