summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tigeroad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tigeroad.h')
-rw-r--r--src/mame/includes/tigeroad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/tigeroad.h b/src/mame/includes/tigeroad.h
index 84cf7715938..5b9735993c6 100644
--- a/src/mame/includes/tigeroad.h
+++ b/src/mame/includes/tigeroad.h
@@ -27,10 +27,11 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILEMAP_MAPPER_MEMBER(tigeroad_tilemap_scan);
virtual void video_start();
+ UINT32 screen_update_tigeroad(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/tigeroad.c -----------*/
-SCREEN_UPDATE_IND16( tigeroad );
+