Previous 199869 Revisions Next

r21014 Wednesday 13th February, 2013 at 04:46:09 UTC by R. Belmont
(MESS) Add missing virtual override to serial terminal so you can talk to it (nw)
[src/mess/machine]terminal.h

trunk/src/mess/machine/terminal.h
r21013r21014
9696
9797   DECLARE_WRITE_LINE_MEMBER(rx_w) { m_tbit = state; check_for_start(state); }
9898   DECLARE_READ_LINE_MEMBER(tx_r);
99   virtual void tx(UINT8 state) { rx_w(state); }
99100   virtual ioport_constructor device_input_ports() const;
100101
101102   DECLARE_INPUT_CHANGED_MEMBER(update_frame);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team