summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mirage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mirage.cpp')
-rw-r--r--src/mame/drivers/mirage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mirage.cpp b/src/mame/drivers/mirage.cpp
index bb7b3682ca7..cc63251c686 100644
--- a/src/mame/drivers/mirage.cpp
+++ b/src/mame/drivers/mirage.cpp
@@ -334,7 +334,7 @@ MACHINE_CONFIG_START(miragemj_state::mirage)
MCFG_DECO_SPRITE_GFXDECODE("gfxdecode")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("oki_bgm", OKIM6295, 2000000, okim6295_device::PIN7_HIGH) // clock frequency & pin 7 not verified
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)