summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/tmc600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/tmc600.h')
-rw-r--r--src/mess/includes/tmc600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/tmc600.h b/src/mess/includes/tmc600.h
index e4fa4e8c2f7..658e8bf447f 100644
--- a/src/mess/includes/tmc600.h
+++ b/src/mess/includes/tmc600.h
@@ -66,6 +66,7 @@ public:
// keyboard state
int m_keylatch; // key latch
+ TIMER_DEVICE_CALLBACK_MEMBER(blink_tick);
};
// ---------- defined in video/tmc600.c ----------