summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/miniframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/miniframe.cpp')
-rw-r--r--src/mame/drivers/miniframe.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/miniframe.cpp b/src/mame/drivers/miniframe.cpp
index 552017c6b64..a3b4432dbee 100644
--- a/src/mame/drivers/miniframe.cpp
+++ b/src/mame/drivers/miniframe.cpp
@@ -170,9 +170,6 @@ void miniframe_state::machine_reset()
// force ROM into lower mem on reset
m_ramrombank->set_bank(0);
- // reset cpu so that it can pickup the new values
- m_maincpu->reset();
-
// invalidate all pages by clearing all entries
memset(m_mapram, 0, MMU_MAX_PAGES * sizeof(uint16_t));
}