Fix regressions in taito_f3 sound.

This commit is contained in:
Aaron Giles 2008-11-18 06:23:14 +00:00
parent d83c8320da
commit 64afe93c65

View File

@ -258,6 +258,8 @@ void taito_f3_soundsystem_reset(running_machine *machine)
sound_ram[2]=ROM[0x80002]; sound_ram[2]=ROM[0x80002];
sound_ram[3]=ROM[0x80003]; 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); //cpu_set_input_line(Machine->cpu[1], INPUT_LINE_RESET, ASSERT_LINE);
} }