summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyperspt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyperspt.h')
-rw-r--r--src/mame/includes/hyperspt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hyperspt.h b/src/mame/includes/hyperspt.h
index aa3abed5f83..d47c670cfa6 100644
--- a/src/mame/includes/hyperspt.h
+++ b/src/mame/includes/hyperspt.h
@@ -72,7 +72,7 @@ private:
virtual void machine_start() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(hyperspt);
+ void hyperspt_palette(palette_device &palette) const;
DECLARE_VIDEO_START(roadf);
TILE_GET_INFO_MEMBER(get_bg_tile_info);