summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/clowndwn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/clowndwn.cpp')
-rw-r--r--src/mame/drivers/clowndwn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/clowndwn.cpp b/src/mame/drivers/clowndwn.cpp
index 9c0f72150de..0a6e0569ba7 100644
--- a/src/mame/drivers/clowndwn.cpp
+++ b/src/mame/drivers/clowndwn.cpp
@@ -69,7 +69,7 @@ MACHINE_CONFIG_START(clowndwn_state::clowndwn)
MCFG_DEVICE_ADD("pia4", PIA6821, 0)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MACHINE_CONFIG_END