summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taito_en.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/taito_en.c')
-rw-r--r--src/mame/audio/taito_en.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/audio/taito_en.c b/src/mame/audio/taito_en.c
index b9957a95686..5865615734e 100644
--- a/src/mame/audio/taito_en.c
+++ b/src/mame/audio/taito_en.c
@@ -272,16 +272,16 @@ static const es5505_interface es5505_taito_f3_config =
};
MACHINE_CONFIG_FRAGMENT( taito_f3_sound )
- MDRV_TIMER_ADD("timer_68681", taito_en_timer_callback)
+ MCFG_TIMER_ADD("timer_68681", taito_en_timer_callback)
- MDRV_SOUND_RESET( taito_f3_soundsystem_reset )
+ MCFG_SOUND_RESET( taito_f3_soundsystem_reset )
- MDRV_CPU_ADD("audiocpu", M68000, 16000000)
- MDRV_CPU_PROGRAM_MAP(f3_sound_map)
+ MCFG_CPU_ADD("audiocpu", M68000, 16000000)
+ MCFG_CPU_PROGRAM_MAP(f3_sound_map)
- MDRV_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
- MDRV_SOUND_ADD("ensoniq", ES5505, 30476100/2)
- MDRV_SOUND_CONFIG(es5505_taito_f3_config)
- MDRV_SOUND_ROUTE(0, "lspeaker", 1.0)
- MDRV_SOUND_ROUTE(1, "rspeaker", 1.0)
+ MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ MCFG_SOUND_ADD("ensoniq", ES5505, 30476100/2)
+ MCFG_SOUND_CONFIG(es5505_taito_f3_config)
+ MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)
+ MCFG_SOUND_ROUTE(1, "rspeaker", 1.0)
MACHINE_CONFIG_END