summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/zaxxon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/zaxxon.cpp')
-rw-r--r--src/mame/audio/zaxxon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/zaxxon.cpp b/src/mame/audio/zaxxon.cpp
index 0c0d194c877..b7c31175a7b 100644
--- a/src/mame/audio/zaxxon.cpp
+++ b/src/mame/audio/zaxxon.cpp
@@ -92,7 +92,7 @@ static const char *const zaxxon_sample_names[] =
};
-MACHINE_CONFIG_FRAGMENT( zaxxon_samples )
+MACHINE_CONFIG_START( zaxxon_samples )
MCFG_SOUND_ADD("samples", SAMPLES, 0)
MCFG_SAMPLES_CHANNELS(12)
MCFG_SAMPLES_NAMES(zaxxon_sample_names)
@@ -192,7 +192,7 @@ static const char *const congo_sample_names[] =
};
-MACHINE_CONFIG_FRAGMENT( congo_samples )
+MACHINE_CONFIG_START( congo_samples )
MCFG_SOUND_ADD("samples", SAMPLES, 0)
MCFG_SAMPLES_CHANNELS(5)
MCFG_SAMPLES_NAMES(congo_sample_names)