summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbc6510.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbc6510.cpp')
-rw-r--r--src/mame/drivers/sbc6510.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/sbc6510.cpp b/src/mame/drivers/sbc6510.cpp
index 11d4b0f7ce4..8e1ffed705d 100644
--- a/src/mame/drivers/sbc6510.cpp
+++ b/src/mame/drivers/sbc6510.cpp
@@ -78,7 +78,6 @@ public:
DECLARE_READ8_MEMBER(key_r);
private:
- uint8_t m_term_data;
uint8_t m_key_row;
uint8_t m_2;
virtual void machine_start() override;