mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Proper start state of ins8250 by Carl (no whatsnew)
This commit is contained in:
parent
de8965097c
commit
7b19378ffe
@ -435,7 +435,8 @@ void ins8250_uart_device::device_start()
|
|||||||
m_out_int_func.resolve(m_out_int_cb, *this);
|
m_out_int_func.resolve(m_out_int_cb, *this);
|
||||||
m_out_out1_func.resolve(m_out_out1_cb, *this);
|
m_out_out1_func.resolve(m_out_out1_cb, *this);
|
||||||
m_out_out2_func.resolve(m_out_out2_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()
|
void ins8250_uart_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user