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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mz2000.cpp b/src/mame/drivers/mz2000.cpp
index 0e4b024e410..f3f6873437a 100644
--- a/src/mame/drivers/mz2000.cpp
+++ b/src/mame/drivers/mz2000.cpp
@@ -920,7 +920,7 @@ void mz2000_state::mz2000(machine_config &config)
m_cass->set_interface("mz_cass");
SOFTWARE_LIST(config, "cass_list").set_original("mz2000_cass");
- SOFTWARE_LIST(config, "cass_list").set_original("mz2200_cass");
+ SOFTWARE_LIST(config, "cass_list2").set_original("mz2200_cass");
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);