summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laserbat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laserbat.cpp')
-rw-r--r--src/mame/drivers/laserbat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/laserbat.cpp b/src/mame/drivers/laserbat.cpp
index 177eb070c48..ab45d06df9d 100644
--- a/src/mame/drivers/laserbat.cpp
+++ b/src/mame/drivers/laserbat.cpp
@@ -504,7 +504,7 @@ MACHINE_CONFIG_START(laserbat_state::laserbat)
MCFG_PALETTE_INIT_OWNER(laserbat_state, laserbat)
// sound board devices
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_DEVICE_ADD(m_csg, SN76477) // audio output not used
MCFG_SN76477_NOISE_PARAMS(RES_K(47), RES_K(270), CAP_P(1000)) // R21, switchable R30/R23/R24/R25/R29/R28/R27/R26, C21
@@ -537,7 +537,7 @@ MACHINE_CONFIG_START(catnmous_state::catnmous)
MCFG_PALETTE_INIT_OWNER(catnmous_state, catnmous)
// sound board devices
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_DEVICE_ADD(m_audiopcb, ZACCARIA_1B11107)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)