mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
quizpun2: Fix service mode (MT 07812)
This commit is contained in:
parent
fcc153bd76
commit
3f196c33e4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user