mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
acs8600_ics: fix timer lines (nw)
This commit is contained in:
parent
c960aa5cd3
commit
ce5f0e885a
@ -99,9 +99,10 @@ MACHINE_CONFIG_MEMBER( acs8600_ics_device::device_add_mconfig )
|
||||
MCFG_AM9513_OUT5_CALLBACK(DEVWRITELINE("sio3", z80sio_device, rxca_w))
|
||||
MCFG_DEVCB_CHAIN_OUTPUT(DEVWRITELINE("sio3", z80sio_device, txca_w))
|
||||
MCFG_DEVICE_ADD("stc2", AM9513, XTAL_18_432MHz)
|
||||
MCFG_AM9513_OUT2_CALLBACK(DEVWRITELINE("sio3", z80sio_device, rxtxcb_w))
|
||||
MCFG_AM9513_OUT3_CALLBACK(DEVWRITELINE("sio4", z80sio_device, rxca_w))
|
||||
MCFG_AM9513_OUT1_CALLBACK(DEVWRITELINE("sio3", z80sio_device, rxtxcb_w))
|
||||
MCFG_AM9513_OUT2_CALLBACK(DEVWRITELINE("sio4", z80sio_device, rxca_w))
|
||||
MCFG_DEVCB_CHAIN_OUTPUT(DEVWRITELINE("sio4", z80sio_device, txca_w))
|
||||
MCFG_AM9513_OUT3_CALLBACK(DEVWRITELINE("sio4", z80sio_device, rxtxcb_w))
|
||||
|
||||
MCFG_Z80SIO_ADD("sio1", XTAL_16MHz/4, 0, 0, 0, 0)
|
||||
MCFG_Z80SIO_OUT_TXDA_CB(DEVWRITELINE("rs2321a", rs232_port_device, write_txd))
|
||||
|
Loading…
Reference in New Issue
Block a user