summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skyfox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skyfox.h')
-rw-r--r--src/mame/includes/skyfox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/skyfox.h b/src/mame/includes/skyfox.h
index bc4dd6e4738..85baf20e8b8 100644
--- a/src/mame/includes/skyfox.h
+++ b/src/mame/includes/skyfox.h
@@ -50,7 +50,7 @@ private:
DECLARE_WRITE8_MEMBER(skyfox_vregs_w);
virtual void machine_start() override;
virtual void machine_reset() override;
- DECLARE_PALETTE_INIT(skyfox);
+ void skyfox_palette(palette_device &palette) const;
uint32_t screen_update_skyfox(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(skyfox_interrupt);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );