summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tdv2324.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tdv2324.cpp')
-rw-r--r--src/mame/drivers/tdv2324.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tdv2324.cpp b/src/mame/drivers/tdv2324.cpp
index 62d1542e086..a370e364103 100644
--- a/src/mame/drivers/tdv2324.cpp
+++ b/src/mame/drivers/tdv2324.cpp
@@ -305,7 +305,7 @@ MACHINE_CONFIG_START(tdv2324_state::tdv2324)
RAM(config, RAM_TAG).set_default_size("64K");
// software list
- MCFG_SOFTWARE_LIST_ADD("flop_list", "tdv2324")
+ SOFTWARE_LIST(config, "flop_list").set_original("tdv2324");
MACHINE_CONFIG_END