magworm: Correct PSG type (nw)

This commit is contained in:
AJR 2018-04-27 20:35:25 -04:00
parent 84c1dfac07
commit 5581240467

View File

@ -1812,7 +1812,7 @@ MACHINE_CONFIG_START(centiped_state::magworm)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("aysnd", AY8910, 12096000/8)
MCFG_SOUND_ADD("aysnd", AY8912, 12096000/8) // AY-3-8912 at 2/3H
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 2.0)
MACHINE_CONFIG_END