mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Fixed compile. (nw)
This commit is contained in:
parent
cff20637eb
commit
ef5fa52474
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user