summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m20.cpp')
-rw-r--r--src/mame/drivers/m20.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/m20.cpp b/src/mame/drivers/m20.cpp
index 43de30f04ce..c2150c67c66 100644
--- a/src/mame/drivers/m20.cpp
+++ b/src/mame/drivers/m20.cpp
@@ -768,6 +768,7 @@ void m20_state::machine_reset()
m_fd1797->reset();
memcpy(RAM, ROM, 8); // we need only the reset vector
+ m_maincpu->reset(); // FIXME: rewrite Z8000 core to not read the vector at this time
m_kbdi8251->write_cts(0);
if (m_apb)
m_apb->halt();