summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/n8080.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/n8080.cpp')
-rw-r--r--src/mame/audio/n8080.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/n8080.cpp b/src/mame/audio/n8080.cpp
index 01aa23f4900..d566198c3e6 100644
--- a/src/mame/audio/n8080.cpp
+++ b/src/mame/audio/n8080.cpp
@@ -475,7 +475,7 @@ static ADDRESS_MAP_START( helifire_sound_io_map, AS_IO, 8, n8080_state )
ADDRESS_MAP_END
-MACHINE_CONFIG_FRAGMENT( spacefev_sound )
+MACHINE_CONFIG_START( spacefev_sound )
MCFG_SOUND_START_OVERRIDE(n8080_state,spacefev)
MCFG_SOUND_RESET_OVERRIDE(n8080_state,spacefev)
@@ -515,7 +515,7 @@ MACHINE_CONFIG_FRAGMENT( spacefev_sound )
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( sheriff_sound )
+MACHINE_CONFIG_START( sheriff_sound )
MCFG_SOUND_START_OVERRIDE(n8080_state,sheriff)
MCFG_SOUND_RESET_OVERRIDE(n8080_state,sheriff)
@@ -553,7 +553,7 @@ MACHINE_CONFIG_FRAGMENT( sheriff_sound )
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( helifire_sound )
+MACHINE_CONFIG_START( helifire_sound )
MCFG_SOUND_START_OVERRIDE(n8080_state,helifire)
MCFG_SOUND_RESET_OVERRIDE(n8080_state,helifire)