| 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 |
| r21013 | r21014 | |
|---|---|---|
| 96 | 96 | |
| 97 | 97 | DECLARE_WRITE_LINE_MEMBER(rx_w) { m_tbit = state; check_for_start(state); } |
| 98 | 98 | DECLARE_READ_LINE_MEMBER(tx_r); |
| 99 | virtual void tx(UINT8 state) { rx_w(state); } | |
| 99 | 100 | virtual ioport_constructor device_input_ports() const; |
| 100 | 101 | |
| 101 | 102 | DECLARE_INPUT_CHANGED_MEMBER(update_frame); |
| Previous | 199869 Revisions | Next |