summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dccons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dccons.cpp')
-rw-r--r--src/mame/drivers/dccons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dccons.cpp b/src/mame/drivers/dccons.cpp
index fe60a5b681a..e36ea12a934 100644
--- a/src/mame/drivers/dccons.cpp
+++ b/src/mame/drivers/dccons.cpp
@@ -685,7 +685,7 @@ MACHINE_CONFIG_START(dc_cons_state::dc)
MCFG_SLOT_OPTION_MACHINE_CONFIG("gdrom", gdrom_config)
MCFG_SLOT_DEFAULT_OPTION("gdrom")
- MCFG_SOFTWARE_LIST_ADD("cd_list","dc")
+ SOFTWARE_LIST(config, "cd_list").set_original("dc");
MACHINE_CONFIG_END