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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/portrait.h b/src/mame/includes/portrait.h
index 7b4290c8f5f..0e9612dc006 100644
--- a/src/mame/includes/portrait.h
+++ b/src/mame/includes/portrait.h
@@ -20,11 +20,13 @@ public:
DECLARE_WRITE8_MEMBER(portrait_fgvideo_write);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/portrait.c -----------*/
-PALETTE_INIT( portrait );
-VIDEO_START( portrait );
+
+
SCREEN_UPDATE_IND16( portrait );