Fix audio in F3 games after recent region changes.

This commit is contained in:
R. Belmont 2008-07-30 17:06:47 +00:00
parent db1052137d
commit a6991f7085

View File

@ -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 */
};