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 5fbf747cec6..94cc973b83e 100644
--- a/src/mame/includes/pokechmp.h
+++ b/src/mame/includes/pokechmp.h
@@ -17,6 +17,7 @@ public:
DECLARE_DRIVER_INIT(pokechmp);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
+ UINT32 screen_update_pokechmp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -24,4 +25,4 @@ public:
-SCREEN_UPDATE_IND16( pokechmp );
+