summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/espial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/espial.cpp')
-rw-r--r--src/mame/drivers/espial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/espial.cpp b/src/mame/drivers/espial.cpp
index e4257e73ade..20c57c5d9dd 100644
--- a/src/mame/drivers/espial.cpp
+++ b/src/mame/drivers/espial.cpp
@@ -347,7 +347,7 @@ MACHINE_CONFIG_START(espial_state::espial)
MCFG_PALETTE_INIT_OWNER(espial_state, espial)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
MCFG_GENERIC_LATCH_8_ADD("soundlatch2")