summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/higemaru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/higemaru.h')
-rw-r--r--src/mame/includes/higemaru.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/higemaru.h b/src/mame/includes/higemaru.h
index 9ec141751fb..8c51b0a102c 100644
--- a/src/mame/includes/higemaru.h
+++ b/src/mame/includes/higemaru.h
@@ -26,6 +26,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_higemaru(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -34,4 +35,4 @@ public:
-SCREEN_UPDATE_IND16( higemaru );
+