summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-18 12:03:17 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-18 12:03:17 -0500
commitb5226f7ad0511662e29fd0db7835a913c4c30f48 (patch)
treeeafc7584b94918f043b6320d4ce95cb7299019c3
parent6b37e58c9514869d389d6c9c33a77f0cec2c484e (diff)
Fix build (nw)
-rw-r--r--src/mame/drivers/terak.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/terak.cpp b/src/mame/drivers/terak.cpp
index 16944fec547..f74fe30e878 100644
--- a/src/mame/drivers/terak.cpp
+++ b/src/mame/drivers/terak.cpp
@@ -33,7 +33,6 @@ public:
private:
uint8_t m_unit;
uint8_t m_cmd;
- uint16_t m_data;
virtual void machine_reset() override;
virtual void video_start() override;
required_device<cpu_device> m_maincpu;