mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
namcona1.cpp: fix soft reset hangs [Angelo Salese]
This commit is contained in:
parent
c1658db271
commit
9c5516bceb
@ -711,6 +711,7 @@ void namcona1_state::machine_reset()
|
||||
{
|
||||
m_maincpu->set_input_line(INPUT_LINE_RESET, ASSERT_LINE);
|
||||
|
||||
m_mcu_port4 = 0;
|
||||
m_mcu_port5 = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user