summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/speedspn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speedspn.cpp')
-rw-r--r--src/mame/drivers/speedspn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speedspn.cpp b/src/mame/drivers/speedspn.cpp
index 8a6f9f62a85..351058621db 100644
--- a/src/mame/drivers/speedspn.cpp
+++ b/src/mame/drivers/speedspn.cpp
@@ -306,7 +306,7 @@ MACHINE_CONFIG_START(speedspn_state::speedspn)
MCFG_PALETTE_FORMAT(xxxxRRRRGGGGBBBB)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")