mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
ie15: resolve all rs232 handlers, even unused
This commit is contained in:
parent
c185a04029
commit
837948afbd
@ -458,8 +458,8 @@ WRITE16_MEMBER( ie15_device::kbd_put )
|
||||
|
||||
void ie15_device::device_resolve_objects()
|
||||
{
|
||||
//m_rs232_conn_dtr_handler.resolve_safe();
|
||||
//m_rs232_conn_rts_handler.resolve_safe();
|
||||
m_rs232_conn_dtr_handler.resolve_safe();
|
||||
m_rs232_conn_rts_handler.resolve_safe();
|
||||
m_rs232_conn_txd_handler.resolve_safe();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user