summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rgum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rgum.cpp')
-rw-r--r--src/mame/drivers/rgum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rgum.cpp b/src/mame/drivers/rgum.cpp
index 6ce0adbf6e9..b07805f7185 100644
--- a/src/mame/drivers/rgum.cpp
+++ b/src/mame/drivers/rgum.cpp
@@ -268,7 +268,7 @@ MACHINE_CONFIG_START(rgum_state::rgum)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", rgum)
MCFG_PALETTE_ADD("palette", 0x100)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, 24000000/16) /* guessed to use the same xtal as the crtc */
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)