summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/prehisle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/prehisle.h')
-rw-r--r--src/mame/includes/prehisle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/prehisle.h b/src/mame/includes/prehisle.h
index 8b21489ed1e..841ef34ccb6 100644
--- a/src/mame/includes/prehisle.h
+++ b/src/mame/includes/prehisle.h
@@ -26,11 +26,12 @@ public:
TILE_GET_INFO_MEMBER(get_bg2_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ virtual void video_start();
};
/*----------- defined in video/prehisle.c -----------*/
-VIDEO_START( prehisle );
+
SCREEN_UPDATE_IND16( prehisle );