summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcfx.cpp')
-rw-r--r--src/mame/drivers/pcfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcfx.cpp b/src/mame/drivers/pcfx.cpp
index 99e37dfe759..4a4aea782b9 100644
--- a/src/mame/drivers/pcfx.cpp
+++ b/src/mame/drivers/pcfx.cpp
@@ -445,7 +445,7 @@ MACHINE_CONFIG_START(pcfx_state::pcfx)
HUC6271(config, "huc6271", XTAL(21'477'272));
- MCFG_SOFTWARE_LIST_ADD("cd_list", "pcfx")
+ SOFTWARE_LIST(config, "cd_list").set_original("pcfx");
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();