summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/a2alfam2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/a2alfam2.c')
-rw-r--r--src/mess/machine/a2alfam2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/a2alfam2.c b/src/mess/machine/a2alfam2.c
index 0d91d1e0beb..6a11b71cca9 100644
--- a/src/mess/machine/a2alfam2.c
+++ b/src/mess/machine/a2alfam2.c
@@ -35,14 +35,14 @@ static const sn76496_config psg_intf =
MACHINE_CONFIG_FRAGMENT( a2alfam2 )
MCFG_SPEAKER_STANDARD_STEREO("alf_l", "alf_r")
- MCFG_SOUND_ADD(SN1_TAG, SN76489_NEW, XTAL_3_579545MHz)
+ MCFG_SOUND_ADD(SN1_TAG, SN76489, XTAL_3_579545MHz)
MCFG_SOUND_CONFIG(psg_intf)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "alf_l", 0.50)
- MCFG_SOUND_ADD(SN2_TAG, SN76489_NEW, XTAL_3_579545MHz)
+ MCFG_SOUND_ADD(SN2_TAG, SN76489, XTAL_3_579545MHz)
MCFG_SOUND_CONFIG(psg_intf)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "alf_l", 0.50)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "alf_r", 0.50)
- MCFG_SOUND_ADD(SN3_TAG, SN76489_NEW, XTAL_3_579545MHz)
+ MCFG_SOUND_ADD(SN3_TAG, SN76489, XTAL_3_579545MHz)
MCFG_SOUND_CONFIG(psg_intf)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "alf_r", 0.50)
MACHINE_CONFIG_END