summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts1.c')
-rw-r--r--src/mame/drivers/gts1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/gts1.c b/src/mame/drivers/gts1.c
index 94654909856..a78f4cd18b3 100644
--- a/src/mame/drivers/gts1.c
+++ b/src/mame/drivers/gts1.c
@@ -99,7 +99,6 @@ private:
virtual void machine_reset();
required_device<cpu_device> m_maincpu;
UINT8 m_io[256];
- UINT8 m_counter;
UINT8 m_6351_addr;
};