summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sonson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sonson.cpp')
-rw-r--r--src/mame/drivers/sonson.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sonson.cpp b/src/mame/drivers/sonson.cpp
index d3c9c7c082e..903b6060049 100644
--- a/src/mame/drivers/sonson.cpp
+++ b/src/mame/drivers/sonson.cpp
@@ -257,7 +257,7 @@ MACHINE_CONFIG_START(sonson_state::sonson)
MCFG_PALETTE_INIT_OWNER(sonson_state, sonson)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")