mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
Fix regressions in taito_f3 sound.
This commit is contained in:
parent
d83c8320da
commit
64afe93c65
@ -258,6 +258,8 @@ void taito_f3_soundsystem_reset(running_machine *machine)
|
||||
sound_ram[2]=ROM[0x80002];
|
||||
sound_ram[3]=ROM[0x80003];
|
||||
|
||||
/* reset CPU to catch any banking of startup vectors */
|
||||
cpu_reset(cputag_get_cpu(machine, "audio"));
|
||||
//cpu_set_input_line(Machine->cpu[1], INPUT_LINE_RESET, ASSERT_LINE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user