summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gomoku.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gomoku.cpp')
-rw-r--r--src/mame/drivers/gomoku.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gomoku.cpp b/src/mame/drivers/gomoku.cpp
index a7032b6d649..f2e64b98511 100644
--- a/src/mame/drivers/gomoku.cpp
+++ b/src/mame/drivers/gomoku.cpp
@@ -147,7 +147,7 @@ MACHINE_CONFIG_START(gomoku_state::gomoku)
MCFG_PALETTE_INIT_OWNER(gomoku_state, gomoku)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("gomoku", GOMOKU_SOUND)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)