Backported the VLSI 82c113 Super I/O chip from my branch because of two machines we already had that require it.

This commit is contained in:
OBattler
2024-07-22 00:07:39 +02:00
parent ad710b710d
commit fc714e7270
5 changed files with 172 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ add_library(sio OBJECT sio_acc3221.c sio_ali5123.c sio_f82c710.c sio_82091aa.c
sio_prime3b.c sio_prime3c.c
sio_w83787f.c sio_w83877f.c sio_w83977f.c
sio_um8663f.c sio_um8669f.c
sio_vt82c686.c)
sio_vl82c113.c sio_vt82c686.c)
if(SIO_DETECT)
target_sources(sio PRIVATE sio_detect.c)