mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
magworm: Correct PSG type (nw)
This commit is contained in:
parent
84c1dfac07
commit
5581240467
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user