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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/mz2000.cpp b/src/mame/drivers/mz2000.cpp
index db6980283c0..0e4b024e410 100644
--- a/src/mame/drivers/mz2000.cpp
+++ b/src/mame/drivers/mz2000.cpp
@@ -920,6 +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");
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);