summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpz80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpz80.cpp')
-rw-r--r--src/mame/drivers/mpz80.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mame/drivers/mpz80.cpp b/src/mame/drivers/mpz80.cpp
index 3c72db2940b..0c42707b541 100644
--- a/src/mame/drivers/mpz80.cpp
+++ b/src/mame/drivers/mpz80.cpp
@@ -720,17 +720,17 @@ static MACHINE_CONFIG_START( mpz80, mpz80_state )
MCFG_S100_SLOT_ADD("s100_1", mpz80_s100_cards, "mm65k16s")
MCFG_S100_SLOT_ADD("s100_2", mpz80_s100_cards, "wunderbus")
MCFG_S100_SLOT_ADD("s100_3", mpz80_s100_cards, "dj2db")
- MCFG_S100_SLOT_ADD("s100_4", mpz80_s100_cards, NULL)//"hdcdma")
- MCFG_S100_SLOT_ADD("s100_5", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_6", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_7", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_8", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_9", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_10", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_11", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_12", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_13", mpz80_s100_cards, NULL)
- MCFG_S100_SLOT_ADD("s100_14", mpz80_s100_cards, NULL)
+ MCFG_S100_SLOT_ADD("s100_4", mpz80_s100_cards, nullptr)//"hdcdma")
+ MCFG_S100_SLOT_ADD("s100_5", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_6", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_7", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_8", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_9", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_10", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_11", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_12", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_13", mpz80_s100_cards, nullptr)
+ MCFG_S100_SLOT_ADD("s100_14", mpz80_s100_cards, nullptr)
// internal ram
MCFG_RAM_ADD(RAM_TAG)