summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/appoooh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/appoooh.h')
-rw-r--r--src/mame/includes/appoooh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/appoooh.h b/src/mame/includes/appoooh.h
index 3abda1cc9ac..b0f75867c3c 100644
--- a/src/mame/includes/appoooh.h
+++ b/src/mame/includes/appoooh.h
@@ -44,8 +44,8 @@ protected:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(appoooh);
- DECLARE_PALETTE_INIT(robowres);
+ void appoooh_palette(palette_device &palette) const;
+ void robowres_palette(palette_device &palette) const;
uint32_t screen_update_appoooh(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_robowres(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);