mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ static MACHINE_CONFIG_START (cpu20, cpu20_state)
|
|||
|
||||
/* MPCC */
|
||||
#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_DTR_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_dtr))
|
||||
MCFG_MPCC_OUT_RTS_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_rts))
|
||||
|
|
Loading…
Reference in a new issue