mirror of
https://github.com/holub/mame
synced 2025-06-22 04:06:39 +03:00
Actual substitution (oops, nw)
This commit is contained in:
parent
410384f497
commit
f84c98d323
@ -1394,7 +1394,7 @@ static MACHINE_CONFIG_DERIVED( bootleg, arkanoid )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
static MACHINE_CONFIG_DERIVED( aysnd, bootleg )
|
||||
MCFG_SOUND_ADD("aysnd", AY8910, XTAL_12MHz/4)
|
||||
MCFG_SOUND_REPLACE("aysnd", AY8910, XTAL_12MHz/4)
|
||||
MCFG_AY8910_OUTPUT_TYPE(AY8910_SINGLE_OUTPUT)
|
||||
MCFG_AY8910_PORT_A_READ_CB(IOPORT("UNUSED"))
|
||||
MCFG_AY8910_PORT_B_READ_CB(IOPORT("DSW"))
|
||||
|
Loading…
Reference in New Issue
Block a user