summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/anes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/anes.cpp')
-rw-r--r--src/mame/drivers/anes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/anes.cpp b/src/mame/drivers/anes.cpp
index 6e2adfcaf90..b80bd82a1a8 100644
--- a/src/mame/drivers/anes.cpp
+++ b/src/mame/drivers/anes.cpp
@@ -173,7 +173,7 @@ MACHINE_CONFIG_START(anes_state::anes)
MCFG_PALETTE_ADD("palette", 0x100)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ym", YM2413, XTAL(3'579'545))
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
MACHINE_CONFIG_END