mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
MT 08246: fixed regression when F3 pushed, used fix from MT 08068.
This commit is contained in:
parent
c74f735f1c
commit
ab8d8a1421
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user