summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pokechmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pokechmp.h')
-rw-r--r--src/mame/includes/pokechmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/pokechmp.h b/src/mame/includes/pokechmp.h
index 426aaaa4f7f..5fbf747cec6 100644
--- a/src/mame/includes/pokechmp.h
+++ b/src/mame/includes/pokechmp.h
@@ -16,11 +16,12 @@ public:
DECLARE_WRITE8_MEMBER(pokechmp_flipscreen_w);
DECLARE_DRIVER_INIT(pokechmp);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void video_start();
};
/*----------- defined in video/pokechmp.c -----------*/
-VIDEO_START( pokechmp );
+
SCREEN_UPDATE_IND16( pokechmp );