cchance: If it's supposed to be a YM2149, use a YM2149 (nw)

This commit is contained in:
AJR 2017-06-18 18:08:29 -04:00
parent 2483fb7c16
commit 486071edce

View File

@ -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)