summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/chaknpop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/chaknpop.h')
-rw-r--r--src/mame/includes/chaknpop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/chaknpop.h b/src/mame/includes/chaknpop.h
index dc09ae584ed..76c38a87345 100644
--- a/src/mame/includes/chaknpop.h
+++ b/src/mame/includes/chaknpop.h
@@ -57,7 +57,7 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(chaknpop);
+ void chaknpop_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void tx_tilemap_mark_all_dirty();