MT 08246: fixed regression when F3 pushed, used fix from MT 08068.

This commit is contained in:
Robbbert 2022-06-21 21:45:11 +10:00
parent c74f735f1c
commit ab8d8a1421

View File

@ -21,6 +21,7 @@ MACHINE_RESET_MEMBER(scramble_state,scramble)
if (m_audiocpu != nullptr)
sh_init();
m_maincpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
MACHINE_RESET_MEMBER(scramble_state,explorer)