mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Merge pull request #5781 from 68bit/ie15-r232-resolve-all
ie15: resolve all rs232 handlers, even unused
This commit is contained in:
commit
f673595300
@ -458,8 +458,8 @@ WRITE16_MEMBER( ie15_device::kbd_put )
|
|||||||
|
|
||||||
void ie15_device::device_resolve_objects()
|
void ie15_device::device_resolve_objects()
|
||||||
{
|
{
|
||||||
//m_rs232_conn_dtr_handler.resolve_safe();
|
m_rs232_conn_dtr_handler.resolve_safe();
|
||||||
//m_rs232_conn_rts_handler.resolve_safe();
|
m_rs232_conn_rts_handler.resolve_safe();
|
||||||
m_rs232_conn_txd_handler.resolve_safe();
|
m_rs232_conn_txd_handler.resolve_safe();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user