summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tunhunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tunhunt.h')
-rw-r--r--src/mame/includes/tunhunt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tunhunt.h b/src/mame/includes/tunhunt.h
index 06a178fb293..078534d2d28 100644
--- a/src/mame/includes/tunhunt.h
+++ b/src/mame/includes/tunhunt.h
@@ -40,7 +40,7 @@ private:
virtual void machine_start() override { m_led.resolve(); }
virtual void video_start() override;
- DECLARE_PALETTE_INIT(tunhunt);
+ void tunhunt_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void set_pens();