summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/higemaru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/higemaru.h')
-rw-r--r--src/mame/includes/higemaru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/higemaru.h b/src/mame/includes/higemaru.h
index 7d184898120..a744663a45b 100644
--- a/src/mame/includes/higemaru.h
+++ b/src/mame/includes/higemaru.h
@@ -41,7 +41,7 @@ private:
DECLARE_WRITE8_MEMBER(higemaru_c800_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start() override;
- DECLARE_PALETTE_INIT(higemaru);
+ void higemaru_palette(palette_device &palette) const;
uint32_t screen_update_higemaru(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(higemaru_scanline);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );