summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gp32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gp32.cpp')
-rw-r--r--src/mame/drivers/gp32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gp32.cpp b/src/mame/drivers/gp32.cpp
index 37cd654af55..86e3130165e 100644
--- a/src/mame/drivers/gp32.cpp
+++ b/src/mame/drivers/gp32.cpp
@@ -1698,7 +1698,7 @@ MACHINE_CONFIG_START(gp32_state::gp32)
SMARTMEDIA(config, m_smartmedia, 0);
- MCFG_SOFTWARE_LIST_ADD("memc_list","gp32")
+ SOFTWARE_LIST(config, "memc_list").set_original("gp32");
MACHINE_CONFIG_END
ROM_START( gp32 )