summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden.h')
-rw-r--r--src/mame/includes/raiden.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h
index 288288cbffc..8e5144ad717 100644
--- a/src/mame/includes/raiden.h
+++ b/src/mame/includes/raiden.h
@@ -39,6 +39,7 @@ public:
TILE_GET_INFO_MEMBER(get_text_tile_info);
virtual void video_start();
DECLARE_VIDEO_START(raidena);
+ UINT32 screen_update_raiden(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -46,4 +47,4 @@ public:
-SCREEN_UPDATE_IND16( raiden );
+