summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamate.cpp')
-rw-r--r--src/mame/drivers/gamate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gamate.cpp b/src/mame/drivers/gamate.cpp
index b94b5160c3d..f6cf3c229af 100644
--- a/src/mame/drivers/gamate.cpp
+++ b/src/mame/drivers/gamate.cpp
@@ -193,7 +193,7 @@ MACHINE_CONFIG_START(gamate_state::gamate)
MCFG_GAMATE_CARTRIDGE_ADD("cartslot", gamate_cart, nullptr)
- MCFG_SOFTWARE_LIST_ADD("cart_list","gamate")
+ SOFTWARE_LIST(config, "cart_list").set_original("gamate");
MACHINE_CONFIG_END