zaxxon.c: Use SN76489A for sound as shown on congo bongo schematic [Lord Nightmare[

This commit is contained in:
Lord-Nightmare 2015-05-09 21:42:10 -04:00
parent 8867f77e1e
commit 3850c0c83b

View File

@ -997,10 +997,10 @@ static MACHINE_CONFIG_DERIVED( congo, root )
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("sn1", SN76496, SOUND_CLOCK)
MCFG_SOUND_ADD("sn1", SN76489A, SOUND_CLOCK) // schematic shows sn76489A
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_SOUND_ADD("sn2", SN76496, SOUND_CLOCK/4)
MCFG_SOUND_ADD("sn2", SN76489A, SOUND_CLOCK/4) // schematic shows sn76489A
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_FRAGMENT_ADD(congo_samples)