summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sderby.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sderby.h')
-rw-r--r--src/mame/includes/sderby.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/sderby.h b/src/mame/includes/sderby.h
index 8c7e08139ee..bd4ad675caa 100644
--- a/src/mame/includes/sderby.h
+++ b/src/mame/includes/sderby.h
@@ -33,11 +33,13 @@ public:
TILE_GET_INFO_MEMBER(get_sderby_md_tile_info);
TILE_GET_INFO_MEMBER(get_sderby_fg_tile_info);
virtual void video_start();
+ UINT32 screen_update_sderby(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_pmroulet(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/sderby.c -----------*/
-SCREEN_UPDATE_IND16( sderby );
-SCREEN_UPDATE_IND16( pmroulet );
+
+