mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
buggychl: Should use YM2149, despite schematic errors (nw)
This commit is contained in:
parent
7a2f84a60c
commit
b1275ccf6c
@ -418,12 +418,12 @@ static MACHINE_CONFIG_START( buggychl )
|
||||
|
||||
MCFG_GENERIC_LATCH_8_ADD("soundlatch2")
|
||||
|
||||
MCFG_SOUND_ADD("ay1", AY8910, 8000000/4)
|
||||
MCFG_SOUND_ADD("ay1", YM2149, 8000000/4)
|
||||
MCFG_AY8910_PORT_A_WRITE_CB(WRITE8(buggychl_state, port_a_0_w))
|
||||
MCFG_AY8910_PORT_B_WRITE_CB(WRITE8(buggychl_state, port_b_0_w))
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
|
||||
MCFG_SOUND_ADD("ay2", AY8910, 8000000/4)
|
||||
MCFG_SOUND_ADD("ay2", YM2149, 8000000/4)
|
||||
MCFG_AY8910_PORT_A_WRITE_CB(WRITE8(buggychl_state, port_a_1_w))
|
||||
MCFG_AY8910_PORT_B_WRITE_CB(WRITE8(buggychl_state, port_b_1_w))
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
|
Loading…
Reference in New Issue
Block a user