summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leapster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/leapster.cpp')
-rw-r--r--src/mame/drivers/leapster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/leapster.cpp b/src/mame/drivers/leapster.cpp
index c2136c110cf..8f57fdd007c 100644
--- a/src/mame/drivers/leapster.cpp
+++ b/src/mame/drivers/leapster.cpp
@@ -328,7 +328,7 @@ MACHINE_CONFIG_START(leapster_state::leapster)
MCFG_GENERIC_LOAD(leapster_state, leapster_cart)
/* Software lists */
- MCFG_SOFTWARE_LIST_ADD("cart_list", "leapster")
+ SOFTWARE_LIST(config, "cart_list").set_original("leapster");
MACHINE_CONFIG_END
#define ROM_LOAD_BIOS(bios,name,offset,length,hash) \