Added Port 370h variants of the Winbond W83977F and W83977EF Super I/O chips.

This commit is contained in:
OBattler
2020-07-07 20:55:11 +02:00
parent 39a46797d2
commit 1dbab81401
2 changed files with 26 additions and 2 deletions

View File

@@ -40,8 +40,10 @@ extern const device_t w83877f_president_device;
extern const device_t w83877tf_device;
extern const device_t w83877tf_acorp_device;
extern const device_t w83977f_device;
extern const device_t w83977f_370_device;
extern const device_t w83977tf_device;
extern const device_t w83977ef_device;
extern const device_t w83977ef_370_device;
#endif /*EMU_SIO_H*/