Added the Flytech 386

A replacement for the US Technologies 386. It's a late 386SX board released around 1996. Comes with parts commonly found on late 486 and mid Pentium systems.
This commit is contained in:
Panagiotis
2021-01-13 11:50:43 +02:00
committed by GitHub
parent 7620d20673
commit 6960fb31d5
10 changed files with 2550 additions and 15 deletions

View File

@@ -22,6 +22,7 @@
extern const device_t acc2168_device;
/* ALi */
extern const device_t ali1217_device;
extern const device_t ali1429_device;
#if defined(DEV_BRANCH) && defined(USE_M1489)
extern const device_t ali1489_device;
@@ -114,9 +115,6 @@ extern const device_t stpc_serial_device;
extern const device_t stpc_lpt_device;
#endif
/* UMC */
extern const device_t umc491_device;
/* VIA */
extern const device_t via_vt82c49x_device;
extern const device_t via_vt82c49x_ide_device;