summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galivan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galivan.cpp')
-rw-r--r--src/mame/drivers/galivan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galivan.cpp b/src/mame/drivers/galivan.cpp
index 78da7f01ca2..7823d6e1cb4 100644
--- a/src/mame/drivers/galivan.cpp
+++ b/src/mame/drivers/galivan.cpp
@@ -465,7 +465,7 @@ MACHINE_CONFIG_START(galivan_state::galivan)
MCFG_VIDEO_START_OVERRIDE(galivan_state,galivan)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -525,7 +525,7 @@ MACHINE_CONFIG_START(galivan_state::ninjemak)
MCFG_VIDEO_START_OVERRIDE(galivan_state,ninjemak)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")