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

@@ -569,6 +569,7 @@ static const device_config_t oti077_config[] =
const device_t oti037c_device =
{
"Oak OTI-037C",
"oti037c",
DEVICE_ISA,
0,
oti_init, oti_close, NULL,
@@ -580,6 +581,7 @@ const device_t oti037c_device =
const device_t oti067_device =
{
"Oak OTI-067",
"oti067",
DEVICE_ISA,
2,
oti_init, oti_close, NULL,
@@ -592,6 +594,7 @@ const device_t oti067_device =
const device_t oti067_m300_device =
{
"Oak OTI-067 (Olivetti M300-08/15)",
"oti067_m300",
DEVICE_ISA,
4,
oti_init, oti_close, NULL,
@@ -604,6 +607,7 @@ const device_t oti067_m300_device =
const device_t oti067_ama932j_device =
{
"Oak OTI-067 (AMA-932J)",
"oti067_ama932j",
DEVICE_ISA,
3,
oti_init, oti_close, NULL,
@@ -616,6 +620,7 @@ const device_t oti067_ama932j_device =
const device_t oti077_device =
{
"Oak OTI-077",
"oti077",
DEVICE_ISA,
5,
oti_init, oti_close, NULL,