PIIX changes - PB640 PIIX no longer exists (turns out it's just a normal PIIX and its original implementation was wrong at the time the PB640 was added) and separated the PIIX4E from PIIX4.

This commit is contained in:
OBattler
2020-03-24 22:43:58 +01:00
parent d8381b6626
commit 7574227fdf
4 changed files with 79 additions and 72 deletions

View File

@@ -17,6 +17,6 @@
*/
extern const device_t piix_device;
extern const device_t piix_pb640_device;
extern const device_t piix3_device;
extern const device_t piix4_device;
extern const device_t piix4e_device;