summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trackfld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trackfld.c')
-rw-r--r--src/mame/drivers/trackfld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/trackfld.c b/src/mame/drivers/trackfld.c
index 92f3186ed0b..d1a90f0d82c 100644
--- a/src/mame/drivers/trackfld.c
+++ b/src/mame/drivers/trackfld.c
@@ -942,7 +942,7 @@ static MACHINE_CONFIG_START( trackfld, trackfld_state )
MCFG_DAC_ADD("dac")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
- MCFG_SOUND_ADD("snsnd", SN76496_NEW, SOUND_CLOCK/8)
+ MCFG_SOUND_ADD("snsnd", SN76496, SOUND_CLOCK/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_SOUND_CONFIG(psg_intf)
@@ -996,7 +996,7 @@ static MACHINE_CONFIG_START( yieartf, trackfld_state )
MCFG_DAC_ADD("dac")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
- MCFG_SOUND_ADD("snsnd", SN76496_NEW, MASTER_CLOCK/6/2)
+ MCFG_SOUND_ADD("snsnd", SN76496, MASTER_CLOCK/6/2)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_SOUND_CONFIG(psg_intf)