mirror of
https://github.com/holub/mame
synced 2025-05-05 22:04:43 +03:00
Might as well make the IRQ line explicit (nw)
This commit is contained in:
parent
f4c7a53ac8
commit
8bed290324
@ -409,10 +409,10 @@ static MACHINE_CONFIG_START( exterm )
|
||||
MCFG_CPU_PROGRAM_MAP(sound_slave_map)
|
||||
|
||||
MCFG_GENERIC_LATCH_8_ADD("soundlatch1")
|
||||
MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audiocpu", 0))
|
||||
MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audiocpu", M6502_IRQ_LINE))
|
||||
|
||||
MCFG_GENERIC_LATCH_8_ADD("soundlatch2")
|
||||
MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audioslave", 0))
|
||||
MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audioslave", M6502_IRQ_LINE))
|
||||
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user