Previous 199869 Revisions Next

r26708 Monday 23rd December, 2013 at 11:24:51 UTC by smf
changed write_rx to update the correct variable (nw)
[src/emu/machine]6850acia.c

trunk/src/emu/machine/6850acia.c
r26707r26708
177177
178178DECLARE_WRITE_LINE_MEMBER( acia6850_device::write_rx )
179179{
180   m_rts = state;
180   m_rxd = state;
181181}
182182
183183DECLARE_WRITE_LINE_MEMBER( acia6850_device::write_dcd )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team