diff options
| author | 2008-07-30 17:06:47 +0000 | |
|---|---|---|
| committer | 2008-07-30 17:06:47 +0000 | |
| commit | a6991f7085ce049be13d279dce3dd4899b8514db (patch) | |
| tree | 0dbe17c665f65a798d3e6920c37f1f235b3eb82c | |
| parent | db1052137d26994f5a36400f202639925d964a1d (diff) | |
Fix audio in F3 games after recent region changes.
| -rw-r--r-- | src/mame/audio/taito_en.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/taito_en.c b/src/mame/audio/taito_en.c index 16de7362741..b78be2b47f4 100644 --- a/src/mame/audio/taito_en.c +++ b/src/mame/audio/taito_en.c @@ -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 */ }; |
