Added a version of the Winbond W83787F Super I/O chip with IDE enabled by default, fixes IDE on the Flytech 386.

This commit is contained in:
OBattler
2021-06-03 23:15:34 +02:00
parent 2f761da6fb
commit 368c92780a
3 changed files with 24 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ extern const device_t um8669f_device;
extern const device_t via_vt82c686_sio_device;
extern const device_t w83787f_device;
extern const device_t w83787f_ide_device;
extern const device_t w83787f_ide_en_device;
extern const device_t w83787f_ide_sec_device;
extern const device_t w83877f_device;
extern const device_t w83877f_president_device;