summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mac.h')
-rw-r--r--src/mess/includes/mac.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mess/includes/mac.h b/src/mess/includes/mac.h
index 29bef81d3c4..ce9159101e6 100644
--- a/src/mess/includes/mac.h
+++ b/src/mess/includes/mac.h
@@ -523,6 +523,12 @@ public:
UINT32 screen_update_macrbvvram(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_macpbwd(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(mac_rbv_vbl);
+ TIMER_CALLBACK_MEMBER(kbd_clock);
+ TIMER_CALLBACK_MEMBER(inquiry_timeout_func);
+ TIMER_CALLBACK_MEMBER(mac_6015_tick);
+ TIMER_CALLBACK_MEMBER(mac_scanline_tick);
+ TIMER_CALLBACK_MEMBER(dafb_vbl_tick);
+ TIMER_CALLBACK_MEMBER(dafb_cursor_tick);
};
#endif /* MAC_H_ */