summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmo.h')
-rw-r--r--src/mame/includes/tecmo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/tecmo.h b/src/mame/includes/tecmo.h
index ec58bf24fcb..90448b7c5dc 100644
--- a/src/mame/includes/tecmo.h
+++ b/src/mame/includes/tecmo.h
@@ -46,11 +46,13 @@ public:
TILE_GET_INFO_MEMBER(gemini_get_bg_tile_info);
TILE_GET_INFO_MEMBER(gemini_get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
+ DECLARE_MACHINE_RESET(rygar);
+ DECLARE_VIDEO_START(tecmo);
};
/*----------- defined in video/tecmo.c -----------*/
-VIDEO_START( tecmo );
+
SCREEN_UPDATE_IND16( tecmo );