summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zaxxon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zaxxon.h')
-rw-r--r--src/mame/includes/zaxxon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/zaxxon.h b/src/mame/includes/zaxxon.h
index 75366e0aab3..3c2cd1f5d98 100644
--- a/src/mame/includes/zaxxon.h
+++ b/src/mame/includes/zaxxon.h
@@ -110,7 +110,7 @@ private:
TILE_GET_INFO_MEMBER(congo_get_fg_tile_info);
virtual void machine_start() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(zaxxon);
+ void zaxxon_palette(palette_device &palette);
DECLARE_VIDEO_START(razmataz);
DECLARE_VIDEO_START(congo);
uint32_t screen_update_zaxxon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);