summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/swim3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/swim3.h')
-rw-r--r--src/devices/machine/swim3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/swim3.h b/src/devices/machine/swim3.h
index d9eec0e2bf3..3315c5d9887 100644
--- a/src/devices/machine/swim3.h
+++ b/src/devices/machine/swim3.h
@@ -39,8 +39,8 @@ protected:
private:
floppy_image_device *m_floppy;
- u8 m_param[4];
- u8 m_mode, m_setup, m_param_idx;
+ u8 m_param;
+ u8 m_mode, m_setup, m_irq, m_imask, m_step;
void show_mode() const;
};