summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pcd_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pcd_kbd.h')
-rw-r--r--src/mess/machine/pcd_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/pcd_kbd.h b/src/mess/machine/pcd_kbd.h
index e8a5e419f8b..9e013017b12 100644
--- a/src/mess/machine/pcd_kbd.h
+++ b/src/mess/machine/pcd_kbd.h
@@ -28,7 +28,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( t0_w );
private:
required_ioport_array<17> m_rows;
- UINT8 m_data, m_p1;
+ UINT8 m_p1;
bool m_t0;
devcb_write_line m_out_tx_handler;
};