summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/juicebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/juicebox.cpp')
-rw-r--r--src/mame/drivers/juicebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/juicebox.cpp b/src/mame/drivers/juicebox.cpp
index ce141025821..5e0c0b54af4 100644
--- a/src/mame/drivers/juicebox.cpp
+++ b/src/mame/drivers/juicebox.cpp
@@ -336,7 +336,7 @@ MACHINE_CONFIG_START(juicebox_state::juicebox)
SMARTMEDIA(config, m_smartmedia, 0);
/* software lists */
- MCFG_SOFTWARE_LIST_ADD("cart_list","juicebox")
+ SOFTWARE_LIST(config, "cart_list").set_original("juicebox");
MACHINE_CONFIG_END
static INPUT_PORTS_START( juicebox )