sdk85: Fix the RESET TRAP problem once again (nw)

This commit is contained in:
AJR 2020-04-10 18:32:35 -04:00
parent a05c1c6d09
commit f763dbcac6

View File

@ -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)