Re-added fully complete and working Olivetti and NCR 386SX-class machines.

Moved Olivetti M290 to dev branch.
(Very) partially implemented Olivetti EVA gate array (used in M290).
This commit is contained in:
EngiNerd89
2021-02-11 19:07:24 +01:00
parent f026ac6eea
commit a2c53e1a94
8 changed files with 304 additions and 45 deletions

View File

@@ -147,4 +147,7 @@ extern const device_t wd76c10_device;
extern const device_t phoenix_486_jumper_device;
extern const device_t vpc2007_device;
#if defined(DEV_BRANCH) && defined(USE_OLIVETTI)
extern const device_t olivetti_eva_device;
#endif
#endif /*EMU_CHIPSET_H*/