Implemented the LG Prime 3C SIO

Some terrible Super I/O used in terrible motherboards. Good to have :b
This commit is contained in:
Panagiotis
2020-12-29 22:03:37 +02:00
committed by GitHub
parent dc5d3b9754
commit 0146761945
6 changed files with 372 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ 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;
extern const device_t prime3c_device;
extern const device_t prime3c_ide_device;
extern const device_t ps1_m2133_sio;
extern const device_t sio_detect_device;
extern const device_t um8669f_device;