mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
Quick compile fix (nw)
This commit is contained in:
parent
56d51fd23b
commit
36c188f786
@ -484,7 +484,7 @@ static MACHINE_CONFIG_START( cabal, cabal_state )
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
|
||||
MCFG_YM2151_ADD("ymsnd", XTAL_3_579545MHz) /* verified on pcb */
|
||||
MCFG_YM2151_IRQ_HANDLER(DEVWRITELINE("seibu_sound", seibu_sound_device, fm_irqhandler))
|
||||
MCFG_YM2151_IRQ_HANDLER(DEVWRITELINE("seibu_sound", seibu_sound_device, ym2151_irqhandler))
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS,"mono", 0.80)
|
||||
|
||||
MCFG_SOUND_ADD("adpcm1", SEIBU_ADPCM, 8000) /* it should use the msm5205 */
|
||||
|
@ -514,7 +514,7 @@ static MACHINE_CONFIG_START( kothello, shanghai_state )
|
||||
|
||||
/* same as standard seibu ym2203, but "ym1" also reads "DSW" */
|
||||
MCFG_SOUND_ADD("ym1", YM2203, XTAL_16MHz/4)
|
||||
MCFG_YM2203_IRQ_HANDLER(DEVWRITELINE("seibu_sound", seibu_sound_device, fm_irqhandler))
|
||||
MCFG_YM2203_IRQ_HANDLER(DEVWRITELINE("seibu_sound", seibu_sound_device, ym2203_irqhandler))
|
||||
MCFG_AY8910_PORT_A_READ_CB(IOPORT("DSW"))
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.15)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user