summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taitojc.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-08-23 17:57:06 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-08-23 17:57:06 +0000
commit1d6962dd464dc434491f350c001823bc5cb77260 (patch)
tree9358b209cf5ed8d05da7ab488aa553d132d6fc73 /src/mame/includes/taitojc.h
parent923b9ecd924338ffcf0e9c7bba81ff1a83a458c2 (diff)
Added coin counters (shrug)
Diffstat (limited to '')
-rw-r--r--src/mame/includes/taitojc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/taitojc.h b/src/mame/includes/taitojc.h
index 260ac39d99a..0355aab409a 100644
--- a/src/mame/includes/taitojc.h
+++ b/src/mame/includes/taitojc.h
@@ -59,6 +59,7 @@ public:
double m_speed_meter;
UINT16 m_break_meter;
+ UINT32 m_outputs;
};