summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dlair2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dlair2.cpp')
-rw-r--r--src/mame/drivers/dlair2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dlair2.cpp b/src/mame/drivers/dlair2.cpp
index 2aa6b82d312..e8c42e44f21 100644
--- a/src/mame/drivers/dlair2.cpp
+++ b/src/mame/drivers/dlair2.cpp
@@ -203,7 +203,7 @@ MACHINE_CONFIG_START(dlair2_state::dlair2)
MCFG_PALETTE_INIT_OWNER(dlair2_state, dlair2)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MACHINE_CONFIG_END