namcona1.cpp: fix soft reset hangs [Angelo Salese]

This commit is contained in:
angelosa 2018-02-02 07:56:43 +01:00
parent c1658db271
commit 9c5516bceb

View File

@ -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;
}