Merge pull request #5781 from 68bit/ie15-r232-resolve-all

ie15: resolve all rs232 handlers, even unused
This commit is contained in:
R. Belmont 2019-10-23 10:27:46 -04:00 committed by GitHub
commit f673595300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}