summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m57.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m57.h')
-rw-r--r--src/mame/includes/m57.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m57.h b/src/mame/includes/m57.h
index ad9135effa1..a325bc34830 100644
--- a/src/mame/includes/m57.h
+++ b/src/mame/includes/m57.h
@@ -35,7 +35,7 @@ private:
DECLARE_WRITE8_MEMBER(m57_flipscreen_w);
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void video_start() override;
- DECLARE_PALETTE_INIT(m57);
+ void m57_palette(palette_device &palette) const;
uint32_t screen_update_m57(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_background(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);