summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/sdk85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sdk85.cpp b/src/mame/drivers/sdk85.cpp
index 2495cdd1f8f..93c9352a26d 100644
--- a/src/mame/drivers/sdk85.cpp
+++ b/src/mame/drivers/sdk85.cpp
@@ -103,7 +103,7 @@ private:
void sdk85_state::machine_reset()
{
// Prevent spurious TRAP when system is reset
- m_maincpu->reset();
+ m_maincpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
WRITE_LINE_MEMBER(sdk85_state::reset_w)