quizpun2: Fix service mode (MT 07812)

This commit is contained in:
AJR 2020-12-11 12:50:11 -05:00
parent fcc153bd76
commit 3f196c33e4

View File

@ -273,7 +273,9 @@ void quizpun2_state::machine_reset()
{
membank("bank1")->set_entry(0);
// quizpun
// quizpun2 service mode needs this to fix a race condition since the MCU takes a while to start up
m_maincpu->set_input_line(INPUT_LINE_HALT, ASSERT_LINE);
m_mcu_data_port = m_mcu_control_port = 0;
m_mcu_pending = m_mcu_written = m_mcu_repeat = false;
}