summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segac2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segac2.c')
-rw-r--r--src/mame/drivers/segac2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segac2.c b/src/mame/drivers/segac2.c
index 57f84cdfa7f..cd830fd2bfb 100644
--- a/src/mame/drivers/segac2.c
+++ b/src/mame/drivers/segac2.c
@@ -1413,7 +1413,7 @@ static MACHINE_CONFIG_START( segac, segac2_state )
MCFG_SOUND_ROUTE(0, "mono", 0.50)
/* right channel not connected */
- MCFG_SOUND_ADD("snsnd", SN76496_NEW, XL2_CLOCK/15)
+ MCFG_SOUND_ADD("snsnd", SN76496, XL2_CLOCK/15)
MCFG_SOUND_CONFIG(psg_intf)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END