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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wiping.h b/src/mame/includes/wiping.h
index 1a6ea429830..94449b8cb54 100644
--- a/src/mame/includes/wiping.h
+++ b/src/mame/includes/wiping.h
@@ -43,7 +43,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(sound_irq_mask_w);
DECLARE_WRITE_LINE_MEMBER(flipscreen_w);
- DECLARE_PALETTE_INIT(wiping);
+ void wiping_palette(palette_device &palette) const;
virtual void machine_start() override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);