summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/p2000t.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/p2000t.cpp')
-rw-r--r--src/mame/drivers/p2000t.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/p2000t.cpp b/src/mame/drivers/p2000t.cpp
index a473f49faba..3c7f428d37f 100644
--- a/src/mame/drivers/p2000t.cpp
+++ b/src/mame/drivers/p2000t.cpp
@@ -276,6 +276,9 @@ void p2000m_state::p2000m(machine_config &config)
/* sound hardware */
SPEAKER(config, "mono").front_center();
SPEAKER_SOUND(config, m_speaker).add_route(ALL_OUTPUTS, "mono", 0.25);
+
+ /* the mini cassette driver */
+ MDCR(config, m_mdcr, 0);
}