summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/picno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/picno.cpp')
-rw-r--r--src/mame/drivers/picno.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/picno.cpp b/src/mame/drivers/picno.cpp
index 497525bd842..7daf7254e40 100644
--- a/src/mame/drivers/picno.cpp
+++ b/src/mame/drivers/picno.cpp
@@ -78,7 +78,7 @@ MACHINE_CONFIG_START(picno_state::picno)
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_linear_slot, "picno_cart")
- MCFG_SOFTWARE_LIST_ADD("cart_list", "picno")
+ SOFTWARE_LIST(config, "cart_list").set_original("picno");
MACHINE_CONFIG_END
ROM_START( picno )