summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/swim1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/swim1.h')
-rw-r--r--src/devices/machine/swim1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/swim1.h b/src/devices/machine/swim1.h
index 45233aa400e..fdbfb57d474 100644
--- a/src/devices/machine/swim1.h
+++ b/src/devices/machine/swim1.h
@@ -108,6 +108,7 @@ private:
u8 m_iwm_data, m_iwm_whd, m_iwm_mode, m_iwm_status, m_iwm_control, m_iwm_rw_bit_count;
u8 m_iwm_rsh, m_iwm_wsh;
u8 m_iwm_to_ism_counter;
+ u8 m_iwm_devsel;
u64 time_to_cycles(const attotime &tm) const;
attotime cycles_to_time(u64 cycles) const;