summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zerozone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zerozone.cpp')
-rw-r--r--src/mame/drivers/zerozone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zerozone.cpp b/src/mame/drivers/zerozone.cpp
index 57178ba84d2..096d71598da 100644
--- a/src/mame/drivers/zerozone.cpp
+++ b/src/mame/drivers/zerozone.cpp
@@ -197,7 +197,7 @@ MACHINE_CONFIG_START(zerozone_state::zerozone)
MCFG_PALETTE_FORMAT(RRRRGGGGBBBBRGBx)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")