summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skyraid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skyraid.cpp')
-rw-r--r--src/mame/drivers/skyraid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skyraid.cpp b/src/mame/drivers/skyraid.cpp
index 28e81b05855..ea76617a102 100644
--- a/src/mame/drivers/skyraid.cpp
+++ b/src/mame/drivers/skyraid.cpp
@@ -247,7 +247,7 @@ MACHINE_CONFIG_START(skyraid_state::skyraid)
MCFG_PALETTE_INIT_OWNER(skyraid_state, skyraid)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("discrete", DISCRETE, skyraid_discrete)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)