changed write_rx to update the correct variable (nw)

This commit is contained in:
smf- 2013-12-23 11:24:51 +00:00
parent 5b2f60d1fe
commit 5250fc2781

View File

@ -177,7 +177,7 @@ void acia6850_device::device_reset()
DECLARE_WRITE_LINE_MEMBER( acia6850_device::write_rx )
{
m_rts = state;
m_rxd = state;
}
DECLARE_WRITE_LINE_MEMBER( acia6850_device::write_dcd )