summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/pc/teradrive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/pc/teradrive.cpp')
-rw-r--r--src/mame/pc/teradrive.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/pc/teradrive.cpp b/src/mame/pc/teradrive.cpp
index 53365b40e2f..cc6c82b60fb 100644
--- a/src/mame/pc/teradrive.cpp
+++ b/src/mame/pc/teradrive.cpp
@@ -948,6 +948,7 @@ void teradrive_state::teradrive(machine_config &config)
m_mdscreen->set_screen_update(FUNC(teradrive_state::md_screen_update));
YM7101(config, m_md_vdp, md_master_xtal / 4);
+ m_md_vdp->set_mclk(md_master_xtal);
m_md_vdp->set_screen(m_mdscreen);
// TODO: actual DTACK
// TODO: accessing 68k bus from x86, defers access?