Added the variant of the PC87309 Super I/O chip on ports 15Ch and 15Dh.

This commit is contained in:
OBattler
2020-09-07 23:11:46 +02:00
parent ec1a3e3784
commit 96eb247e9a
3 changed files with 19 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ extern const device_t pc87306_device;
extern const device_t pc87307_device;
extern const device_t pc87307_15c_device;
extern const device_t pc87309_device;
extern const device_t pc87309_15c_device;
extern const device_t pc87332_device;
extern const device_t pc87332_ps1_device;
extern const device_t pc97307_device;