mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
sdk85: Fix the RESET TRAP problem once again (nw)
This commit is contained in:
parent
a05c1c6d09
commit
f763dbcac6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user