summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/astrof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/astrof.c')
-rw-r--r--src/mame/audio/astrof.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/audio/astrof.c b/src/mame/audio/astrof.c
index a25660796da..7a76fa0ea6d 100644
--- a/src/mame/audio/astrof.c
+++ b/src/mame/audio/astrof.c
@@ -150,10 +150,10 @@ static const samples_interface astrof_samples_interface =
MACHINE_CONFIG_FRAGMENT( astrof_audio )
- MDRV_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("samples", SAMPLES, 0)
- MDRV_SOUND_CONFIG(astrof_samples_interface)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
+ MCFG_SPEAKER_STANDARD_MONO("mono")
+ MCFG_SOUND_ADD("samples", SAMPLES, 0)
+ MCFG_SOUND_CONFIG(astrof_samples_interface)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END
@@ -235,8 +235,8 @@ static const sn76477_interface tomahawk_sn76477_interface =
MACHINE_CONFIG_FRAGMENT( tomahawk_audio )
- MDRV_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("snsnd", SN76477, 0)
- MDRV_SOUND_CONFIG(tomahawk_sn76477_interface)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
+ MCFG_SPEAKER_STANDARD_MONO("mono")
+ MCFG_SOUND_ADD("snsnd", SN76477, 0)
+ MCFG_SOUND_CONFIG(tomahawk_sn76477_interface)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END