summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fresh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fresh.cpp')
-rw-r--r--src/mame/drivers/fresh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fresh.cpp b/src/mame/drivers/fresh.cpp
index c048d289a2f..fed8bf381aa 100644
--- a/src/mame/drivers/fresh.cpp
+++ b/src/mame/drivers/fresh.cpp
@@ -615,7 +615,7 @@ MACHINE_CONFIG_START(fresh_state::fresh)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", fresh)
/* sound hw? */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ymsnd", YM2413, 4000000) // actual clock and type unknown
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)