summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xerox820.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xerox820.cpp')
-rw-r--r--src/mame/drivers/xerox820.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/xerox820.cpp b/src/mame/drivers/xerox820.cpp
index f197dce2e2f..778d5969e61 100644
--- a/src/mame/drivers/xerox820.cpp
+++ b/src/mame/drivers/xerox820.cpp
@@ -665,7 +665,7 @@ MACHINE_CONFIG_START(xerox820_state::xerox820)
RAM(config, m_ram).set_default_size("64K");
// software lists
- MCFG_SOFTWARE_LIST_ADD("flop_list", "xerox820")
+ SOFTWARE_LIST(config, "flop_list").set_original("xerox820");
MCFG_QUICKLOAD_ADD("quickload", xerox820_state, xerox820, "com,cpm", 3)
MACHINE_CONFIG_END
@@ -770,7 +770,7 @@ MACHINE_CONFIG_START(xerox820ii_state::xerox820ii)
RAM(config, m_ram).set_default_size("64K");
// software lists
- MCFG_SOFTWARE_LIST_ADD("flop_list", "xerox820ii")
+ SOFTWARE_LIST(config, "flop_list").set_original("xerox820ii");
MCFG_QUICKLOAD_ADD("quickload", xerox820_state, xerox820, "com,cpm", 3)
MACHINE_CONFIG_END