summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ti89.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ti89.h')
-rw-r--r--src/mess/includes/ti89.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ti89.h b/src/mess/includes/ti89.h
index 0d03111e2a8..376b5250f65 100644
--- a/src/mess/includes/ti89.h
+++ b/src/mess/includes/ti89.h
@@ -63,6 +63,7 @@ public:
UINT64 m_timer;
virtual void palette_init();
DECLARE_INPUT_CHANGED_MEMBER(ti68k_on_key);
+ TIMER_DEVICE_CALLBACK_MEMBER(ti68k_timer_callback);
};
#endif // TI89_H_