From ef5fa52474729a58a50b46f203ebea313aebae3b Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Wed, 7 May 2014 10:34:33 +0000 Subject: [PATCH] Fixed compile. (nw) --- src/emu/machine/aakart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/emu/machine/aakart.h b/src/emu/machine/aakart.h index 40555900a1d..9048d8986e3 100644 --- a/src/emu/machine/aakart.h +++ b/src/emu/machine/aakart.h @@ -70,7 +70,8 @@ private: devcb2_write_line m_out_tx_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_new_command; UINT8 m_status;