Fixed datasheet erratum in floppy handling on the PC87307 and PC87309 Super I/O chip, and added a variant of the PC87307 on ports 15C and 15D.

This commit is contained in:
OBattler
2020-09-07 18:35:30 +02:00
parent bb9a657d1c
commit ec1a3e3784
3 changed files with 21 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ extern const device_t i82091aa_device;
extern const device_t i82091aa_ide_device;
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 pc87332_device;
extern const device_t pc87332_ps1_device;