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

@@ -276,6 +276,7 @@ opti895_init(const device_t *info)
const device_t opti802g_device = {
"OPTi 82C802G",
"opti802g",
0,
0,
opti895_init, opti895_close, NULL,
@@ -286,6 +287,7 @@ const device_t opti802g_device = {
const device_t opti895_device = {
"OPTi 82C895",
"opti895",
0,
0,
opti895_init, opti895_close, NULL,