summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tempest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tempest.cpp')
-rw-r--r--src/mame/drivers/tempest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tempest.cpp b/src/mame/drivers/tempest.cpp
index 4aeb0387791..72ebab985f8 100644
--- a/src/mame/drivers/tempest.cpp
+++ b/src/mame/drivers/tempest.cpp
@@ -623,7 +623,7 @@ MACHINE_CONFIG_START(tempest_state::tempest)
MCFG_MATHBOX_ADD("mathbox")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("pokey1", POKEY, MASTER_CLOCK / 8)
MCFG_POKEY_POT0_R_CB(READ8(*this, tempest_state, input_port_1_bit_r))