summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toypop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toypop.h')
-rw-r--r--src/mame/includes/toypop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/toypop.h b/src/mame/includes/toypop.h
index d5c9120814c..5553ffc9d8f 100644
--- a/src/mame/includes/toypop.h
+++ b/src/mame/includes/toypop.h
@@ -49,11 +49,12 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_toypop(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/toypop.c -----------*/
-SCREEN_UPDATE_IND16( toypop );
+