summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crbaloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crbaloon.h')
-rw-r--r--src/mame/includes/crbaloon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/crbaloon.h b/src/mame/includes/crbaloon.h
index 3a2c1024499..dac1ac17fc0 100644
--- a/src/mame/includes/crbaloon.h
+++ b/src/mame/includes/crbaloon.h
@@ -54,7 +54,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(crbaloon);
+ void crbaloon_palette(palette_device &palette) const;
uint32_t screen_update_crbaloon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
DECLARE_WRITE8_MEMBER(crbaloon_audio_set_music_freq);