summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/exidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/exidy.c')
-rw-r--r--src/mame/audio/exidy.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/mame/audio/exidy.c b/src/mame/audio/exidy.c
index b863f031152..b38290ac28f 100644
--- a/src/mame/audio/exidy.c
+++ b/src/mame/audio/exidy.c
@@ -882,18 +882,18 @@ ADDRESS_MAP_END
MACHINE_CONFIG_FRAGMENT( venture_audio )
- MDRV_CPU_ADD("audiocpu", M6502, 3579545/4)
- MDRV_CPU_PROGRAM_MAP(venture_audio_map)
+ MCFG_CPU_ADD("audiocpu", M6502, 3579545/4)
+ MCFG_CPU_PROGRAM_MAP(venture_audio_map)
- MDRV_RIOT6532_ADD("riot", SH6532_CLOCK, r6532_interface)
+ MCFG_RIOT6532_ADD("riot", SH6532_CLOCK, r6532_interface)
- MDRV_PIA6821_ADD("pia0", venture_pia0_intf)
- MDRV_PIA6821_ADD("pia1", venture_pia1_intf)
+ MCFG_PIA6821_ADD("pia0", venture_pia0_intf)
+ MCFG_PIA6821_ADD("pia1", venture_pia1_intf)
- MDRV_SPEAKER_STANDARD_MONO("mono")
+ MCFG_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("custom", EXIDY_VENTURE, 0)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
+ MCFG_SOUND_ADD("custom", EXIDY_VENTURE, 0)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END
@@ -950,13 +950,13 @@ ADDRESS_MAP_END
MACHINE_CONFIG_FRAGMENT( mtrap_cvsd_audio )
- MDRV_CPU_ADD("cvsdcpu", Z80, CVSD_Z80_CLOCK)
- MDRV_CPU_PROGRAM_MAP(cvsd_map)
- MDRV_CPU_IO_MAP(cvsd_iomap)
+ MCFG_CPU_ADD("cvsdcpu", Z80, CVSD_Z80_CLOCK)
+ MCFG_CPU_PROGRAM_MAP(cvsd_map)
+ MCFG_CPU_IO_MAP(cvsd_iomap)
/* audio hardware */
- MDRV_SOUND_ADD("cvsd", MC3417, CVSD_CLOCK)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
+ MCFG_SOUND_ADD("cvsd", MC3417, CVSD_CLOCK)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
MACHINE_CONFIG_END
@@ -1121,17 +1121,17 @@ ADDRESS_MAP_END
MACHINE_CONFIG_FRAGMENT( victory_audio )
- MDRV_CPU_ADD("audiocpu", M6502, VICTORY_AUDIO_CPU_CLOCK)
- MDRV_CPU_PROGRAM_MAP(victory_audio_map)
+ MCFG_CPU_ADD("audiocpu", M6502, VICTORY_AUDIO_CPU_CLOCK)
+ MCFG_CPU_PROGRAM_MAP(victory_audio_map)
- MDRV_RIOT6532_ADD("riot", SH6532_CLOCK, r6532_interface)
- MDRV_PIA6821_ADD("pia1", victory_pia1_intf)
+ MCFG_RIOT6532_ADD("riot", SH6532_CLOCK, r6532_interface)
+ MCFG_PIA6821_ADD("pia1", victory_pia1_intf)
- MDRV_SPEAKER_STANDARD_MONO("mono")
+ MCFG_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("custom", EXIDY_VICTORY, 0)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
+ MCFG_SOUND_ADD("custom", EXIDY_VICTORY, 0)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
- MDRV_SOUND_ADD("tms", TMS5220, 640000)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
+ MCFG_SOUND_ADD("tms", TMS5220, 640000)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END