summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gmaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gmaster.cpp')
-rw-r--r--src/mame/drivers/gmaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gmaster.cpp b/src/mame/drivers/gmaster.cpp
index 9c9104b9b8c..b9d30e78a13 100644
--- a/src/mame/drivers/gmaster.cpp
+++ b/src/mame/drivers/gmaster.cpp
@@ -356,7 +356,7 @@ MACHINE_CONFIG_START(gmaster_state::gmaster)
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_linear_slot, "gmaster_cart")
MCFG_GENERIC_MANDATORY
- MCFG_SOFTWARE_LIST_ADD("cart_list","gmaster")
+ SOFTWARE_LIST(config, "cart_list").set_original("gmaster");
MACHINE_CONFIG_END