summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gambl186.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gambl186.cpp')
-rw-r--r--src/mame/drivers/gambl186.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gambl186.cpp b/src/mame/drivers/gambl186.cpp
index 6b5f7da4a88..f15499a3064 100644
--- a/src/mame/drivers/gambl186.cpp
+++ b/src/mame/drivers/gambl186.cpp
@@ -485,7 +485,7 @@ MACHINE_CONFIG_START(gambl186_state::gambl186)
MCFG_VIDEO_SET_SCREEN("screen")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("7759", UPD7759)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.75)