mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(MESS) Fixed doubled tag definition. (nw)
This commit is contained in:
parent
d034eefcb5
commit
ef7cb0e4fb
@ -1086,7 +1086,7 @@ static MACHINE_CONFIG_FRAGMENT( ti_rs232 )
|
||||
MCFG_TMS9902_RCV_CB(WRITELINE(ti_rs232_pio_device, rcv0_callback)) /* called when a character is received */
|
||||
MCFG_TMS9902_XMIT_CB(WRITE8(ti_rs232_pio_device, xmit0_callback)) /* called when a character is transmitted */
|
||||
MCFG_TMS9902_CTRL_CB(WRITE8(ti_rs232_pio_device, ctrl0_callback))
|
||||
MCFG_DEVICE_ADD("tms9902_0", TMS9902, 3000000)
|
||||
MCFG_DEVICE_ADD("tms9902_1", TMS9902, 3000000)
|
||||
MCFG_TMS9902_INT_CB(WRITELINE(ti_rs232_pio_device, int1_callback)) /* called when interrupt pin state changes */
|
||||
MCFG_TMS9902_RCV_CB(WRITELINE(ti_rs232_pio_device, rcv1_callback)) /* called when a character is received */
|
||||
MCFG_TMS9902_XMIT_CB(WRITE8(ti_rs232_pio_device, xmit1_callback)) /* called when a character is transmitted */
|
||||
|
Loading…
Reference in New Issue
Block a user