mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
actually the fixed regressions were here. nw.
This commit is contained in:
parent
d38f135865
commit
cc9aa803d8
@ -944,7 +944,7 @@ static MACHINE_CONFIG_START( niyanpai, niyanpai_state )
|
||||
|
||||
MCFG_DEVICE_ADD("ctc", Z80CTC, 8000000 /* same as "audiocpu" */)
|
||||
MCFG_Z80CTC_INTR_CB(INPUTLINE("audiocpu", INPUT_LINE_IRQ0))
|
||||
MCFG_Z80CTC_ZC0_CB(DEVWRITELINE("z80ctc", z80ctc_device, trg3))
|
||||
MCFG_Z80CTC_ZC0_CB(DEVWRITELINE("ctc", z80ctc_device, trg3))
|
||||
|
||||
MCFG_NVRAM_ADD_0FILL("nvram")
|
||||
|
||||
|
@ -506,9 +506,9 @@ static MACHINE_CONFIG_START( x1twin, x1twin_state )
|
||||
|
||||
MCFG_DEVICE_ADD("ctc", Z80CTC, MAIN_CLOCK/4)
|
||||
MCFG_Z80CTC_INTR_CB(INPUTLINE("x1_cpu", INPUT_LINE_IRQ0))
|
||||
MCFG_Z80CTC_ZC0_CB(DEVWRITELINE("z80ctc", z80ctc_device, trg3))
|
||||
MCFG_Z80CTC_ZC1_CB(DEVWRITELINE("z80ctc", z80ctc_device, trg1))
|
||||
MCFG_Z80CTC_ZC2_CB(DEVWRITELINE("z80ctc", z80ctc_device, trg2))
|
||||
MCFG_Z80CTC_ZC0_CB(DEVWRITELINE("ctc", z80ctc_device, trg3))
|
||||
MCFG_Z80CTC_ZC1_CB(DEVWRITELINE("ctc", z80ctc_device, trg1))
|
||||
MCFG_Z80CTC_ZC2_CB(DEVWRITELINE("ctc", z80ctc_device, trg2))
|
||||
|
||||
MCFG_DEVICE_ADD("x1kb", X1_KEYBOARD, 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user