summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wiping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wiping.h')
-rw-r--r--src/mame/includes/wiping.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/wiping.h b/src/mame/includes/wiping.h
index 53ebc05980a..309cd4373f3 100644
--- a/src/mame/includes/wiping.h
+++ b/src/mame/includes/wiping.h
@@ -21,11 +21,12 @@ public:
DECLARE_WRITE8_MEMBER(sound_irq_mask_w);
DECLARE_WRITE8_MEMBER(wiping_flipscreen_w);
virtual void palette_init();
+ UINT32 screen_update_wiping(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/wiping.c -----------*/
-SCREEN_UPDATE_IND16( wiping );
+