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

@@ -589,6 +589,7 @@ m19_vid_init(m19_vid_t *vid)
const device_t m24_kbd_device = {
"Olivetti M24 keyboard and mouse",
"m24_kbd",
0,
0,
NULL,
@@ -630,6 +631,7 @@ const device_config_t m19_vid_config[] =
const device_t m19_vid_device = {
"Olivetti M19 graphics card",
"m19_vid",
0, 0,
NULL, m19_vid_close, NULL,
{ NULL },