summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bingowav.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bingowav.cpp')
-rw-r--r--src/mame/drivers/bingowav.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bingowav.cpp b/src/mame/drivers/bingowav.cpp
index 7618319ef14..8e5c8037ed3 100644
--- a/src/mame/drivers/bingowav.cpp
+++ b/src/mame/drivers/bingowav.cpp
@@ -128,7 +128,7 @@ MACHINE_CONFIG_START(bingowav_state::bingowav)
MCFG_DEVICE_ADD("audiocpu", Z80, 4000000)
MCFG_DEVICE_PROGRAM_MAP(bingowav_audio_map)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ymsnd", YM2610, 8000000)
MCFG_YM2610_IRQ_HANDLER(INPUTLINE("audiocpu", 0))