diff options
Diffstat (limited to 'src/mess/includes/ut88.h')
-rw-r--r-- | src/mess/includes/ut88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/ut88.h b/src/mess/includes/ut88.h index e875cd825db..631f874ff6c 100644 --- a/src/mess/includes/ut88.h +++ b/src/mess/includes/ut88.h @@ -48,6 +48,8 @@ public: DECLARE_MACHINE_START(ut88mini); DECLARE_MACHINE_RESET(ut88mini); UINT32 screen_update_ut88(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + TIMER_CALLBACK_MEMBER(ut88_reset); + TIMER_CALLBACK_MEMBER(update_display); }; |