summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thoop2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thoop2.h')
-rw-r--r--src/mame/includes/thoop2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/thoop2.h b/src/mame/includes/thoop2.h
index e0f0a6797d1..1fec90792d1 100644
--- a/src/mame/includes/thoop2.h
+++ b/src/mame/includes/thoop2.h
@@ -19,10 +19,11 @@ public:
DECLARE_WRITE16_MEMBER(thoop2_vram_w);
TILE_GET_INFO_MEMBER(get_tile_info_thoop2_screen0);
TILE_GET_INFO_MEMBER(get_tile_info_thoop2_screen1);
+ virtual void video_start();
};
/*----------- defined in video/thoop2.c -----------*/
-VIDEO_START( thoop2 );
+
SCREEN_UPDATE_IND16( thoop2 );