summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/naughtyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/naughtyb.h')
-rw-r--r--src/mame/includes/naughtyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/naughtyb.h b/src/mame/includes/naughtyb.h
index f78609c9f05..1ff72be7dbe 100644
--- a/src/mame/includes/naughtyb.h
+++ b/src/mame/includes/naughtyb.h
@@ -67,7 +67,7 @@ private:
DECLARE_WRITE8_MEMBER(naughtyb_videoreg_w);
DECLARE_WRITE8_MEMBER(popflame_videoreg_w);
- DECLARE_PALETTE_INIT(naughtyb);
+ void naughtyb_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);