summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/leland.cpp')
-rw-r--r--src/mame/drivers/leland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp
index 5b82be489a3..ab9ebad2b1a 100644
--- a/src/mame/drivers/leland.cpp
+++ b/src/mame/drivers/leland.cpp
@@ -1023,7 +1023,7 @@ MACHINE_CONFIG_START(leland_state::leland)
/* video hardware */
leland_video(config);
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
// only one of the AY sockets is populated
MCFG_DEVICE_ADD("ay8910", AY8910, 10000000/6)