summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funkybee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funkybee.h')
-rw-r--r--src/mame/includes/funkybee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/funkybee.h b/src/mame/includes/funkybee.h
index 83426afc323..d650e58ea71 100644
--- a/src/mame/includes/funkybee.h
+++ b/src/mame/includes/funkybee.h
@@ -44,7 +44,7 @@ private:
TILEMAP_MAPPER_MEMBER(funkybee_tilemap_scan);
virtual void machine_start() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(funkybee);
+ void funkybee_palette(palette_device &palette) const;
uint32_t screen_update_funkybee(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_columns( bitmap_ind16 &bitmap, const rectangle &cliprect );