mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
zaxxon.c: Use SN76489A for sound as shown on congo bongo schematic [Lord Nightmare[
This commit is contained in:
parent
8867f77e1e
commit
3850c0c83b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user