summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gridlee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gridlee.cpp')
-rw-r--r--src/mame/drivers/gridlee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gridlee.cpp b/src/mame/drivers/gridlee.cpp
index abc650f55e8..da317699ae0 100644
--- a/src/mame/drivers/gridlee.cpp
+++ b/src/mame/drivers/gridlee.cpp
@@ -423,7 +423,7 @@ MACHINE_CONFIG_START(gridlee_state::gridlee)
MCFG_PALETTE_INIT_OWNER(gridlee_state,gridlee)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("gridlee", GRIDLEE, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)