summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2009-09-04 17:44:56 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2009-09-04 17:44:56 +0000
commit86ae64bcb27049c14f369abdec5266a9c915c7fd (patch)
treed06fe1857794974f76ae90b7cdd7c88c0a443184
parent521ae5e5b36c4818baefa264327e41d98289d627 (diff)
Fixed #03426: wtennis: Missing ball sound
-rw-r--r--src/mame/drivers/btime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/btime.c b/src/mame/drivers/btime.c
index 73cd2280b2c..545b28fb881 100644
--- a/src/mame/drivers/btime.c
+++ b/src/mame/drivers/btime.c
@@ -2097,7 +2097,7 @@ static DRIVER_INIT( wtennis )
memory_install_read8_handler(cputag_get_address_space(machine, "audiocpu", ADDRESS_SPACE_PROGRAM), 0x0200, 0x0fff, 0, 0, (read8_space_func)SMH_BANK(10));
memory_set_bankptr(machine, 10, memory_region(machine, "audiocpu") + 0xe200);
- audio_nmi_enable_type = AUDIO_ENABLE_DIRECT;
+ audio_nmi_enable_type = AUDIO_ENABLE_AY8910;
}
static DRIVER_INIT( sdtennis )