summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxy.cpp')
-rw-r--r--src/mame/drivers/galaxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxy.cpp b/src/mame/drivers/galaxy.cpp
index 3355935bf50..68cb071eeeb 100644
--- a/src/mame/drivers/galaxy.cpp
+++ b/src/mame/drivers/galaxy.cpp
@@ -200,7 +200,7 @@ MACHINE_CONFIG_START(galaxy_state::galaxy)
/* snapshot */
MCFG_SNAPSHOT_ADD("snapshot", galaxy_state, galaxy, "gal", 0)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
@@ -243,7 +243,7 @@ MACHINE_CONFIG_START(galaxy_state::galaxyp)
MCFG_SNAPSHOT_ADD("snapshot", galaxy_state, galaxy, "gal", 0)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ay8910", AY8910, XTAL/4)
MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)