summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9k_3xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9k_3xx.cpp')
-rw-r--r--src/mame/drivers/hp9k_3xx.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/mame/drivers/hp9k_3xx.cpp b/src/mame/drivers/hp9k_3xx.cpp
index 4ccf982dd4c..70f05245f5d 100644
--- a/src/mame/drivers/hp9k_3xx.cpp
+++ b/src/mame/drivers/hp9k_3xx.cpp
@@ -345,8 +345,9 @@ MACHINE_CONFIG_START(hp9k3xx_state::hp9k310)
DIO16_SLOT(config, "sl0", 0, "diobus", dio16_cards, "human_interface", false);
DIO16_SLOT(config, "sl1", 0, "diobus", dio16_cards, "98544", false);
DIO16_SLOT(config, "sl2", 0, "diobus", dio16_cards, "98603b", false);
- DIO16_SLOT(config, "sl3", 0, "diobus", dio16_cards, "98644", false);
- DIO16_SLOT(config, "sl4", 0, "diobus", dio16_cards, nullptr, false);
+ DIO32_SLOT(config, "sl3", 0, "diobus", dio32_cards, "98643", false);
+ DIO16_SLOT(config, "sl4", 0, "diobus", dio16_cards, "98644", false);
+ DIO16_SLOT(config, "sl5", 0, "diobus", dio16_cards, nullptr, false);
MACHINE_CONFIG_END
@@ -360,10 +361,11 @@ MACHINE_CONFIG_START(hp9k3xx_state::hp9k320)
DIO32_SLOT(config, "sl0", 0, "diobus", dio32_cards, "human_interface", true);
DIO32_SLOT(config, "sl1", 0, "diobus", dio32_cards, "98543", false);
DIO32_SLOT(config, "sl2", 0, "diobus", dio32_cards, "98603b", false);
- DIO32_SLOT(config, "sl3", 0, "diobus", dio32_cards, "98644", false);
- DIO32_SLOT(config, "sl4", 0, "diobus", dio32_cards, "98620", false);
- DIO32_SLOT(config, "sl5", 0, "diobus", dio32_cards, "98265a", false);
- DIO32_SLOT(config, "sl6", 0, "diobus", dio32_cards, nullptr, false);
+ DIO32_SLOT(config, "sl3", 0, "diobus", dio32_cards, "98643", false);
+ DIO32_SLOT(config, "sl4", 0, "diobus", dio32_cards, "98644", false);
+ DIO32_SLOT(config, "sl5", 0, "diobus", dio32_cards, "98620", false);
+ DIO32_SLOT(config, "sl6", 0, "diobus", dio32_cards, "98265a", false);
+ DIO32_SLOT(config, "sl7", 0, "diobus", dio32_cards, nullptr, false);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(hp9k3xx_state::hp9k330)