summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ob68k1a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ob68k1a.cpp')
-rw-r--r--src/mame/drivers/ob68k1a.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/ob68k1a.cpp b/src/mame/drivers/ob68k1a.cpp
index e7efa1696fe..b811463076f 100644
--- a/src/mame/drivers/ob68k1a.cpp
+++ b/src/mame/drivers/ob68k1a.cpp
@@ -168,8 +168,6 @@ void ob68k1a_state::machine_reset()
uint8_t *rom = memregion(MC68000L10_TAG)->base();
memcpy(ram, rom, 8);
-
- m_maincpu->reset();
}