summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laz_awetoss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laz_awetoss.cpp')
-rw-r--r--src/mame/drivers/laz_awetoss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/laz_awetoss.cpp b/src/mame/drivers/laz_awetoss.cpp
index 6e7bf05824f..a78f49f736a 100644
--- a/src/mame/drivers/laz_awetoss.cpp
+++ b/src/mame/drivers/laz_awetoss.cpp
@@ -52,7 +52,7 @@ MACHINE_CONFIG_START(awetoss_state::awetoss)
// MCFG_DEVICE_VBLANK_INT_DRIVER("screen", awetoss_state, irq0_line_hold)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("oki", OKIM6295, 1000000, okim6295_device::PIN7_HIGH) // maybe
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)