mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix audio in F3 games after recent region changes.
This commit is contained in:
parent
db1052137d
commit
a6991f7085
@ -264,7 +264,7 @@ void taito_f3_soundsystem_reset(running_machine *machine)
|
||||
const struct ES5505interface es5505_interface =
|
||||
{
|
||||
"ensoniq.0", /* Bank 0: Unused by F3 games? */
|
||||
"ensoniq.1", /* Bank 1: All games seem to use this */
|
||||
"ensoniq.0", /* Bank 1: All games seem to use this */
|
||||
0 /* irq */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user