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

@@ -532,6 +532,7 @@ i420ex_init(const device_t *info)
const device_t i420ex_device =
{
"Intel 82420EX",
"i420ex",
DEVICE_PCI,
0x00,
i420ex_init,
@@ -547,6 +548,7 @@ const device_t i420ex_device =
const device_t i420ex_ide_device =
{
"Intel 82420EX (With IDE)",
"i420ex_ide",
DEVICE_PCI,
0x01,
i420ex_init,