summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stadhero.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stadhero.h')
-rw-r--r--src/mame/includes/stadhero.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/stadhero.h b/src/mame/includes/stadhero.h
index 43453b0db71..8915601c8d6 100644
--- a/src/mame/includes/stadhero.h
+++ b/src/mame/includes/stadhero.h
@@ -15,11 +15,12 @@ public:
DECLARE_WRITE16_MEMBER(stadhero_pf1_data_w);
TILE_GET_INFO_MEMBER(get_pf1_tile_info);
virtual void video_start();
+ UINT32 screen_update_stadhero(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/stadhero.c -----------*/
-SCREEN_UPDATE_IND16( stadhero );
+