summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/lynx.h')
-rw-r--r--src/mess/includes/lynx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mess/includes/lynx.h b/src/mess/includes/lynx.h
index ab019d5e9b4..033efc3382c 100644
--- a/src/mess/includes/lynx.h
+++ b/src/mess/includes/lynx.h
@@ -140,6 +140,10 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void palette_init();
+ TIMER_CALLBACK_MEMBER(lynx_blitter_timer);
+ TIMER_CALLBACK_MEMBER(lynx_timer_shot);
+ TIMER_CALLBACK_MEMBER(lynx_uart_loopback_timer);
+ TIMER_CALLBACK_MEMBER(lynx_uart_timer);
};