summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/portrait.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/portrait.h')
-rw-r--r--src/mame/includes/portrait.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/portrait.h b/src/mame/includes/portrait.h
index 0e9612dc006..622e192fa92 100644
--- a/src/mame/includes/portrait.h
+++ b/src/mame/includes/portrait.h
@@ -22,6 +22,7 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_portrait(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -29,4 +30,4 @@ public:
-SCREEN_UPDATE_IND16( portrait );
+