mirror of
https://github.com/holub/mame
synced 2025-05-06 14:25:54 +03:00
cchance: If it's supposed to be a YM2149, use a YM2149 (nw)
This commit is contained in:
parent
2483fb7c16
commit
486071edce
@ -235,7 +235,7 @@ static MACHINE_CONFIG_START( cchance )
|
||||
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
|
||||
MCFG_SOUND_ADD("aysnd", AY8910, 1500000/2)
|
||||
MCFG_SOUND_ADD("aysnd", YM2149, 1500000/2)
|
||||
MCFG_AY8910_PORT_A_READ_CB(IOPORT("DSW1"))
|
||||
MCFG_AY8910_PORT_B_READ_CB(IOPORT("DSW2"))
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
|
||||
|
Loading…
Reference in New Issue
Block a user