Fixed compile. (nw)

This commit is contained in:
Curt Coder 2014-05-07 10:34:33 +00:00
parent cff20637eb
commit ef5fa52474

View File

@ -70,7 +70,8 @@ private:
devcb2_write_line m_out_tx_cb; devcb2_write_line m_out_tx_cb;
devcb2_write_line m_out_rx_cb; devcb2_write_line m_out_rx_cb;
UINT8 m_tx_latch, m_rx_latch; UINT8 m_tx_latch;
//UINT8 m_rx_latch;
UINT8 m_rx; UINT8 m_rx;
UINT8 m_new_command; UINT8 m_new_command;
UINT8 m_status; UINT8 m_status;