summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/qx10kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/qx10kbd.h')
-rw-r--r--src/mame/machine/qx10kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/qx10kbd.h b/src/mame/machine/qx10kbd.h
index a93a53aa80e..8070548c556 100644
--- a/src/mame/machine/qx10kbd.h
+++ b/src/mame/machine/qx10kbd.h
@@ -29,7 +29,7 @@ private:
required_ioport_array<16> m_rows;
required_device<cpu_device> m_mcu;
emu_timer *m_bit_timer;
- u8 m_line, m_rxd, m_clk;
+ u8 m_rxd;
int m_row, m_clk_state;
};