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/vector06.h | |
parent | ef6f5d0a52b1cbbc1418a248da72122e6958a958 (diff) |
modernization or timer callbacks part 2 (no whatsnew)
Diffstat (limited to 'src/mess/includes/vector06.h')
-rw-r--r-- | src/mess/includes/vector06.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/vector06.h b/src/mess/includes/vector06.h index 582fd6f3188..16614ad78f8 100644 --- a/src/mess/includes/vector06.h +++ b/src/mess/includes/vector06.h @@ -65,6 +65,7 @@ public: virtual void palette_init(); UINT32 screen_update_vector06(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); INTERRUPT_GEN_MEMBER(vector06_interrupt); + TIMER_CALLBACK_MEMBER(reset_check_callback); }; |