summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mrjong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mrjong.h')
-rw-r--r--src/mame/includes/mrjong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mrjong.h b/src/mame/includes/mrjong.h
index 85b6277a70a..8e5907c66da 100644
--- a/src/mame/includes/mrjong.h
+++ b/src/mame/includes/mrjong.h
@@ -33,7 +33,7 @@ private:
DECLARE_WRITE8_MEMBER(mrjong_flipscreen_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start() override;
- DECLARE_PALETTE_INIT(mrjong);
+ void mrjong_palette(palette_device &palette) const;
uint32_t screen_update_mrjong(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );