diff options
| author | 2012-02-26 13:46:03 +0000 | |
|---|---|---|
| committer | 2012-02-26 13:46:03 +0000 | |
| commit | 7b19378ffe09633e3c9bae157831a939ba5db4c6 (patch) | |
| tree | b8eb151288053d4ed091bae26c689e2c258fcf69 /src | |
| parent | de8965097c611f45a245d65ad0b2ffa91767fad1 (diff) | |
Proper start state of ins8250 by Carl (no whatsnew)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/machine/ins8250.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/machine/ins8250.c b/src/emu/machine/ins8250.c index 6d19645ae87..3d73ee7aa85 100644 --- a/src/emu/machine/ins8250.c +++ b/src/emu/machine/ins8250.c @@ -435,7 +435,8 @@ void ins8250_uart_device::device_start() m_out_int_func.resolve(m_out_int_cb, *this); m_out_out1_func.resolve(m_out_out1_cb, *this); m_out_out2_func.resolve(m_out_out2_cb, *this); - + set_tra_rate(0); + set_rcv_rate(0); } void ins8250_uart_device::device_reset() |
