diff options
author | 2012-09-24 14:43:01 +0000 | |
---|---|---|
committer | 2012-09-24 14:43:01 +0000 | |
commit | 3679f744c291a75d83085fe049f91ddc94b1419a (patch) | |
tree | a6938e296a70ab61e00fbf787dbdc6ebc358c903 /src/mess/includes/ti85.h | |
parent | ef6f5d0a52b1cbbc1418a248da72122e6958a958 (diff) |
modernization or timer callbacks part 2 (no whatsnew)
Diffstat (limited to 'src/mess/includes/ti85.h')
-rw-r--r-- | src/mess/includes/ti85.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ti85.h b/src/mess/includes/ti85.h index aa6d495f083..4da9813df6d 100644 --- a/src/mess/includes/ti85.h +++ b/src/mess/includes/ti85.h @@ -102,6 +102,7 @@ public: DECLARE_MACHINE_START(ti86); DECLARE_MACHINE_START(ti83p); UINT32 screen_update_ti85(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + TIMER_CALLBACK_MEMBER(ti85_timer_callback); }; |