summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/dkong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/dkong.cpp')
-rw-r--r--src/mame/audio/dkong.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/dkong.cpp b/src/mame/audio/dkong.cpp
index 032e1a161fe..752a8d5472b 100644
--- a/src/mame/audio/dkong.cpp
+++ b/src/mame/audio/dkong.cpp
@@ -1309,7 +1309,7 @@ ADDRESS_MAP_END
*
*************************************/
-MACHINE_CONFIG_FRAGMENT( dkong2b_audio )
+MACHINE_CONFIG_START( dkong2b_audio )
/* sound latches */
MCFG_LATCH8_ADD("ls175.3d") /* sound cmd latch */
@@ -1384,7 +1384,7 @@ MACHINE_CONFIG_DERIVED( radarscp1_audio, radarscp_audio )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( dkongjr_audio )
+MACHINE_CONFIG_START( dkongjr_audio )
/* sound latches */
MCFG_LATCH8_ADD("ls174.3d")
@@ -1423,7 +1423,7 @@ MACHINE_CONFIG_FRAGMENT( dkongjr_audio )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( dkong3_audio )
+MACHINE_CONFIG_START( dkong3_audio )
MCFG_CPU_ADD("n2a03a", N2A03, NTSC_APU_CLOCK)
MCFG_CPU_PROGRAM_MAP(dkong3_sound1_map)