summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/softbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/softbox.cpp')
-rw-r--r--src/mame/drivers/softbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/softbox.cpp b/src/mame/drivers/softbox.cpp
index 699130f946d..7a37c671c02 100644
--- a/src/mame/drivers/softbox.cpp
+++ b/src/mame/drivers/softbox.cpp
@@ -407,7 +407,7 @@ MACHINE_CONFIG_START(softbox_state::softbox)
MCFG_IMI7000_BUS_ADD("imi5000h", nullptr, nullptr, nullptr)
// software lists
- MCFG_SOFTWARE_LIST_ADD("flop_list", "softbox")
+ SOFTWARE_LIST(config, "flop_list").set_original("softbox");
MACHINE_CONFIG_END