summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tek440x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tek440x.cpp')
-rw-r--r--src/mame/drivers/tek440x.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/tek440x.cpp b/src/mame/drivers/tek440x.cpp
index 3d43d6f98c3..0425b681b8d 100644
--- a/src/mame/drivers/tek440x.cpp
+++ b/src/mame/drivers/tek440x.cpp
@@ -105,8 +105,6 @@ void tek440x_state::machine_reset()
uint8_t *RAM = (uint8_t *)m_mainram.target();
memcpy(RAM, ROM, 256);
-
- m_maincpu->reset();
}