summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cc40.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cc40.cpp')
-rw-r--r--src/mame/drivers/cc40.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cc40.cpp b/src/mame/drivers/cc40.cpp
index 9742bd4996d..7d88f1f7e1b 100644
--- a/src/mame/drivers/cc40.cpp
+++ b/src/mame/drivers/cc40.cpp
@@ -624,7 +624,7 @@ MACHINE_CONFIG_START(cc40_state::cc40)
MCFG_GENERIC_EXTENSIONS("bin,rom,256")
MCFG_GENERIC_LOAD(cc40_state, cc40_cartridge)
- MCFG_SOFTWARE_LIST_ADD("cart_list", "cc40_cart")
+ SOFTWARE_LIST(config, "cart_list").set_original("cc40_cart");
MACHINE_CONFIG_END