A port of the ECS 386/32 machine from PCem.

This commit is contained in:
nerd73
2020-03-24 21:53:19 -06:00
parent 5e4a76f020
commit 98e6a48cef
6 changed files with 182 additions and 4 deletions

View File

@@ -47,16 +47,15 @@ extern const device_t i440fx_device;
extern const device_t i440bx_device;
extern const device_t i440zx_device;
/* NEAT */
extern const device_t neat_device;
/* OPTi */
extern const device_t opti495_device;
/* SCAT */
/* C&T */
extern const device_t neat_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 cs8230_device;
/* SiS */
extern const device_t sis_85c471_device;