summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/itech8.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
commita440a8e0200a36491ae540f6f00beae59c148549 (patch)
treeb4c31ebadaa2857396c37178674086420bf1658f /src/mame/includes/itech8.h
parent4b0b4e6b2fa7eb5105859f561354662d479f53be (diff)
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mame/includes/itech8.h')
-rw-r--r--src/mame/includes/itech8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/itech8.h b/src/mame/includes/itech8.h
index e182d543e7b..a6c4dab6ebd 100644
--- a/src/mame/includes/itech8.h
+++ b/src/mame/includes/itech8.h
@@ -18,7 +18,7 @@ public:
m_tlc34076(*this, "tlc34076"),
m_visarea(0, 0, 0, 0){ }
- required_device<tlc34076_device> m_tlc34076;
+ required_device<tlc34076_device> m_tlc34076;
rectangle m_visarea;
UINT8 m_grom_bank;