mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
changed write_rx to update the correct variable (nw)
This commit is contained in:
parent
5b2f60d1fe
commit
5250fc2781
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user