refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -304,6 +304,7 @@ vt82c686_init(const device_t *info)
const device_t via_vt82c686_sio_device = {
"VIA VT82C686 Integrated Super I/O",
"via_vt82c686_sio",
0,
0,
vt82c686_init, vt82c686_close, NULL,