summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ncr539x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ncr539x.h')
-rw-r--r--src/emu/machine/ncr539x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/ncr539x.h b/src/emu/machine/ncr539x.h
index eee6f560abf..bf3acd71ef8 100644
--- a/src/emu/machine/ncr539x.h
+++ b/src/emu/machine/ncr539x.h
@@ -69,10 +69,10 @@ private:
UINT8 m_clock_factor;
UINT8 m_forced_test;
UINT8 m_data_alignment;
-
+
bool m_selected;
bool m_chipid_available, m_chipid_lock;
-
+
static const int m_fifo_size = 16;
UINT8 m_fifo_ptr, m_fifo[m_fifo_size];