diff options
Diffstat (limited to 'src/emu/machine/ncr539x.h')
-rw-r--r-- | src/emu/machine/ncr539x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/ncr539x.h b/src/emu/machine/ncr539x.h index b2c4b614967..8b36665aedb 100644 --- a/src/emu/machine/ncr539x.h +++ b/src/emu/machine/ncr539x.h @@ -71,7 +71,7 @@ private: static const int m_fifo_size = 16; UINT8 m_fifo_ptr, m_fifo[m_fifo_size]; - int m_xfer_remaining; // amount in the FIFO when we're in data in phase + //int m_xfer_remaining; // amount in the FIFO when we're in data in phase // read-only registers UINT8 m_status, m_irq_status, m_internal_state, m_fifo_internal_state; |