summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megatech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megatech.cpp')
-rw-r--r--src/mame/drivers/megatech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/megatech.cpp b/src/mame/drivers/megatech.cpp
index cda8e68ef8d..61ac18e40b1 100644
--- a/src/mame/drivers/megatech.cpp
+++ b/src/mame/drivers/megatech.cpp
@@ -796,7 +796,7 @@ MACHINE_CONFIG_START(mtech_state::megatech_multislot)
MCFG_MEGATECH_CARTSLOT_ADD("mt_slot7", mt_cart7)
MCFG_MEGATECH_CARTSLOT_ADD("mt_slot8", mt_cart8)
- MCFG_SOFTWARE_LIST_ADD("cart_list","megatech")
+ SOFTWARE_LIST(config, "cart_list").set_original("megatech");
MACHINE_CONFIG_END