summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alien.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alien.cpp')
-rw-r--r--src/mame/drivers/alien.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alien.cpp b/src/mame/drivers/alien.cpp
index 0b7efa6afbe..bf1c6817acd 100644
--- a/src/mame/drivers/alien.cpp
+++ b/src/mame/drivers/alien.cpp
@@ -108,7 +108,7 @@ MACHINE_CONFIG_START(alien_state::alien)
MCFG_PALETTE_ADD("palette", 0x1000)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MACHINE_CONFIG_END