summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/zaxxon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/zaxxon.c')
-rw-r--r--src/mame/audio/zaxxon.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/audio/zaxxon.c b/src/mame/audio/zaxxon.c
index 4f5d98c4e39..8f5c05c7e8b 100644
--- a/src/mame/audio/zaxxon.c
+++ b/src/mame/audio/zaxxon.c
@@ -98,9 +98,9 @@ static const samples_interface zaxxon_samples_interface =
MACHINE_CONFIG_FRAGMENT( zaxxon_samples )
- MDRV_SOUND_ADD("samples", SAMPLES, 0)
- MDRV_SOUND_CONFIG(zaxxon_samples_interface)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
+ MCFG_SOUND_ADD("samples", SAMPLES, 0)
+ MCFG_SOUND_CONFIG(zaxxon_samples_interface)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MACHINE_CONFIG_END
@@ -210,9 +210,9 @@ static const samples_interface congo_samples_interface =
MACHINE_CONFIG_FRAGMENT( congo_samples )
- MDRV_SOUND_ADD("samples", SAMPLES, 0)
- MDRV_SOUND_CONFIG(congo_samples_interface)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
+ MCFG_SOUND_ADD("samples", SAMPLES, 0)
+ MCFG_SOUND_CONFIG(congo_samples_interface)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MACHINE_CONFIG_END