summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/galaxian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/galaxian.cpp')
-rw-r--r--src/mame/audio/galaxian.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/galaxian.cpp b/src/mame/audio/galaxian.cpp
index 2f84c831f9b..35d0bf0d736 100644
--- a/src/mame/audio/galaxian.cpp
+++ b/src/mame/audio/galaxian.cpp
@@ -495,7 +495,7 @@ void galaxian_sound_device::sound_stream_update(sound_stream &stream, stream_sam
*
*************************************/
-MACHINE_CONFIG_FRAGMENT( galaxian_audio )
+MACHINE_CONFIG_START( galaxian_audio )
MCFG_SOUND_ADD("cust", GALAXIAN, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.4)
@@ -505,7 +505,7 @@ MACHINE_CONFIG_FRAGMENT( galaxian_audio )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( mooncrst_audio )
+MACHINE_CONFIG_START( mooncrst_audio )
MCFG_SOUND_ADD("cust", GALAXIAN, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.4)