summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lisa.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-24 14:43:01 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-24 14:43:01 +0000
commit3679f744c291a75d83085fe049f91ddc94b1419a (patch)
treea6938e296a70ab61e00fbf787dbdc6ebc358c903 /src/mess/includes/lisa.h
parentef6f5d0a52b1cbbc1418a248da72122e6958a958 (diff)
modernization or timer callbacks part 2 (no whatsnew)
Diffstat (limited to 'src/mess/includes/lisa.h')
-rw-r--r--src/mess/includes/lisa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/includes/lisa.h b/src/mess/includes/lisa.h
index 614593da754..4682bde8af4 100644
--- a/src/mess/includes/lisa.h
+++ b/src/mess/includes/lisa.h
@@ -165,6 +165,9 @@ public:
virtual void video_start();
UINT32 screen_update_lisa(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(lisa_interrupt);
+ TIMER_CALLBACK_MEMBER(handle_mouse);
+ TIMER_CALLBACK_MEMBER(read_COPS_command);
+ TIMER_CALLBACK_MEMBER(set_COPS_ready);
};