mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
lsasquad.cpp: Switch PSG type to YM2149 for original Taito sets (nw)
This commit is contained in:
parent
2c3bed888b
commit
d3cb3d4540
@ -595,7 +595,7 @@ static MACHINE_CONFIG_START( lsasquad )
|
||||
/* sound hardware */
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
|
||||
MCFG_SOUND_ADD("aysnd", AY8910, MASTER_CLOCK / 8)
|
||||
MCFG_SOUND_ADD("aysnd", YM2149, MASTER_CLOCK / 8)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.12)
|
||||
|
||||
MCFG_SOUND_ADD("ymsnd", YM2203, MASTER_CLOCK / 8)
|
||||
@ -614,6 +614,9 @@ static MACHINE_CONFIG_DERIVED( storming, lsasquad )
|
||||
MCFG_CPU_PROGRAM_MAP(storming_map)
|
||||
|
||||
MCFG_DEVICE_REMOVE("bmcu")
|
||||
|
||||
MCFG_SOUND_REPLACE("aysnd", AY8910, MASTER_CLOCK / 8) // AY-3-8910A
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.12)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
static MACHINE_CONFIG_START( daikaiju )
|
||||
@ -651,7 +654,7 @@ static MACHINE_CONFIG_START( daikaiju )
|
||||
/* sound hardware */
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
|
||||
MCFG_SOUND_ADD("aysnd", AY8910, MASTER_CLOCK / 8)
|
||||
MCFG_SOUND_ADD("aysnd", YM2149, MASTER_CLOCK / 8)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.12)
|
||||
|
||||
MCFG_SOUND_ADD("ymsnd", YM2203, MASTER_CLOCK / 8)
|
||||
|
Loading…
Reference in New Issue
Block a user