mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fccpu20: Changed crystal value after visual verification to get 9600 as the manual says, terminal works but needs to be set to 7bit
This commit is contained in:
parent
1db6eb0998
commit
8009b01385
@ -347,7 +347,7 @@ static MACHINE_CONFIG_START (cpu20, cpu20_state)
|
|||||||
|
|
||||||
/* MPCC */
|
/* MPCC */
|
||||||
#define RS232P1_TAG "rs232p1"
|
#define RS232P1_TAG "rs232p1"
|
||||||
MCFG_MPCC68561_ADD ("mpcc", XTAL_8_664MHz, 0, 0)
|
MCFG_MPCC68561_ADD ("mpcc", XTAL_16MHz, 0, 0)
|
||||||
MCFG_MPCC_OUT_TXD_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_txd))
|
MCFG_MPCC_OUT_TXD_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_txd))
|
||||||
MCFG_MPCC_OUT_DTR_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_dtr))
|
MCFG_MPCC_OUT_DTR_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_dtr))
|
||||||
MCFG_MPCC_OUT_RTS_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_rts))
|
MCFG_MPCC_OUT_RTS_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_rts))
|
||||||
|
Loading…
Reference in New Issue
Block a user