Restored the Intel 82335 chipset

Restored the old Intel 82335 code remnant of the PCem-X era.
This commit is contained in:
tiseno100
2020-06-23 14:00:34 +03:00
committed by GitHub
parent fae3482a1f
commit f29e48d2d7
5 changed files with 202 additions and 139 deletions

View File

@@ -31,7 +31,8 @@ extern const device_t ali1429_device;
extern const device_t headland_device;
extern const device_t headland_386_device;
/* Intel 4x0xX */
/* Intel */
extern const device_t i82335_device;
extern const device_t i420ex_device;
extern const device_t i420tx_device;
extern const device_t i420zx_device;

View File

@@ -235,6 +235,7 @@ extern int machine_at_spc4216p_init(const machine_t *);
extern int machine_at_kmxc02_init(const machine_t *);
extern int machine_at_deskmaster286_init(const machine_t *);
extern int machine_at_shuttle386sx_init(const machine_t *);
extern int machine_at_commodore_sl386sx_init(const machine_t *);
extern int machine_at_wd76c10_init(const machine_t *);