summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcr3.h')
-rw-r--r--src/mame/includes/mcr3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mcr3.h b/src/mame/includes/mcr3.h
index 647a04182df..f98c59d90ed 100644
--- a/src/mame/includes/mcr3.h
+++ b/src/mame/includes/mcr3.h
@@ -61,7 +61,7 @@ public:
void init_spyhunt();
void init_sarge();
DECLARE_VIDEO_START(spyhunt);
- DECLARE_PALETTE_INIT(spyhunt);
+ void spyhunt_palette(palette_device &palette) const;
uint32_t screen_update_mcr3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_spyhunt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);