summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti89.cpp')
-rw-r--r--src/mame/drivers/ti89.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/ti89.cpp b/src/mame/drivers/ti89.cpp
index 61594868fd5..0aa2c0ecf30 100644
--- a/src/mame/drivers/ti89.cpp
+++ b/src/mame/drivers/ti89.cpp
@@ -475,7 +475,6 @@ void ti68k_state::machine_start()
void ti68k_state::machine_reset()
{
m_ram_enabled = false;
- m_maincpu->reset();
m_kb_mask = 0xff;
m_on_key = 0;