summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayep.cpp')
-rw-r--r--src/mame/drivers/maygayep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygayep.cpp b/src/mame/drivers/maygayep.cpp
index 5f1d9de6496..4f0580be455 100644
--- a/src/mame/drivers/maygayep.cpp
+++ b/src/mame/drivers/maygayep.cpp
@@ -110,7 +110,7 @@ MACHINE_CONFIG_START(maygayep_state::maygayep)
MCFG_DEVICE_ADD("maincpu", H83002, 16000000 )
MCFG_DEVICE_PROGRAM_MAP( maygayep_map )
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ymz", YMZ280B, 10000000 )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)