summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/lisa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/lisa.cpp')
-rw-r--r--src/mame/machine/lisa.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/lisa.cpp b/src/mame/machine/lisa.cpp
index c547c07293f..305eacc1dc9 100644
--- a/src/mame/machine/lisa.cpp
+++ b/src/mame/machine/lisa.cpp
@@ -998,9 +998,6 @@ void lisa_state::machine_reset()
sony_set_enable_lines(m_fdc, 1); /* on lisa2, drive unit 1 is always selected (?) */
}
}
-
- /* reset 68k to pick up proper vectors from MMU */
- m_maincpu->reset();
}
INTERRUPT_GEN_MEMBER(lisa_state::lisa_interrupt)