summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spc1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spc1000.cpp')
-rw-r--r--src/mame/drivers/spc1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spc1000.cpp b/src/mame/drivers/spc1000.cpp
index 77d1a1ead65..b25ce97001e 100644
--- a/src/mame/drivers/spc1000.cpp
+++ b/src/mame/drivers/spc1000.cpp
@@ -507,7 +507,7 @@ MACHINE_CONFIG_START(spc1000_state::spc1000)
m_cass->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_DISABLED);
m_cass->set_interface("spc1000_cass");
- MCFG_SOFTWARE_LIST_ADD("cass_list", "spc1000_cass")
+ SOFTWARE_LIST(config, "cass_list").set_original("spc1000_cass");
/* internal ram */
RAM(config, RAM_TAG).set_default_size("64K");