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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/tecmo.h b/src/mame/includes/tecmo.h
index 90448b7c5dc..b18f8c87c2a 100644
--- a/src/mame/includes/tecmo.h
+++ b/src/mame/includes/tecmo.h
@@ -48,6 +48,7 @@ public:
TILE_GET_INFO_MEMBER(get_tx_tile_info);
DECLARE_MACHINE_RESET(rygar);
DECLARE_VIDEO_START(tecmo);
+ UINT32 screen_update_tecmo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -55,4 +56,4 @@ public:
-SCREEN_UPDATE_IND16( tecmo );
+