summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/turbo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/turbo.cpp')
-rw-r--r--src/mame/audio/turbo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/turbo.cpp b/src/mame/audio/turbo.cpp
index 592b46399d8..53f86fd7274 100644
--- a/src/mame/audio/turbo.cpp
+++ b/src/mame/audio/turbo.cpp
@@ -183,7 +183,7 @@ static const char *const turbo_sample_names[] =
};
-MACHINE_CONFIG_FRAGMENT( turbo_samples )
+MACHINE_CONFIG_START( turbo_samples )
/* this is the cockpit speaker configuration */
MCFG_SPEAKER_ADD("fspeaker", 0.0, 0.0, 1.0) /* front */
@@ -429,7 +429,7 @@ static const char *const subroc3d_sample_names[] =
nullptr
};
-MACHINE_CONFIG_FRAGMENT( subroc3d_samples )
+MACHINE_CONFIG_START( subroc3d_samples )
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
MCFG_SOUND_ADD("samples", SAMPLES, 0)
@@ -574,7 +574,7 @@ static const char *const buckrog_sample_names[]=
};
-MACHINE_CONFIG_FRAGMENT( buckrog_samples )
+MACHINE_CONFIG_START( buckrog_samples )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("samples", SAMPLES, 0)
MCFG_SAMPLES_CHANNELS(6)