summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mz2000.cpp')
-rw-r--r--src/mame/drivers/mz2000.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mz2000.cpp b/src/mame/drivers/mz2000.cpp
index 99c76781387..fb82681bd45 100644
--- a/src/mame/drivers/mz2000.cpp
+++ b/src/mame/drivers/mz2000.cpp
@@ -908,14 +908,14 @@ MACHINE_CONFIG_START(mz2000_state::mz2000)
FLOPPY_CONNECTOR(config, "mb8877a:2", mz2000_floppies, "dd", mz2000_state::floppy_formats);
FLOPPY_CONNECTOR(config, "mb8877a:3", mz2000_floppies, "dd", mz2000_state::floppy_formats);
- MCFG_SOFTWARE_LIST_ADD("flop_list", "mz2000_flop")
+ SOFTWARE_LIST(config, "flop_list").set_original("mz2000_flop");
CASSETTE(config, m_cass);
m_cass->set_formats(mz700_cassette_formats);
m_cass->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
m_cass->set_interface("mz_cass");
- MCFG_SOFTWARE_LIST_ADD("cass_list","mz2000_cass")
+ SOFTWARE_LIST(config, "cass_list").set_original("mz2000_cass");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)