diff options
Diffstat (limited to 'src/mame/includes/supbtime.h')
-rw-r--r-- | src/mame/includes/supbtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/supbtime.h b/src/mame/includes/supbtime.h index 52665b50bb9..5887e7b35db 100644 --- a/src/mame/includes/supbtime.h +++ b/src/mame/includes/supbtime.h @@ -42,6 +42,8 @@ public: private: DECLARE_WRITE_LINE_MEMBER(vblank_w); DECLARE_READ16_MEMBER(vblank_ack_r); + uint32_t screen_update_common(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, bool use_offsets); + uint32_t screen_update_chinatwn(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); uint32_t screen_update_supbtime(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); uint32_t screen_update_tumblep(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |