summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mario.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mario.h')
-rw-r--r--src/mame/includes/mario.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mario.h b/src/mame/includes/mario.h
index 2135f0ec64d..9e490383fba 100644
--- a/src/mame/includes/mario.h
+++ b/src/mame/includes/mario.h
@@ -138,7 +138,7 @@ private:
virtual void video_start() override;
virtual void sound_start() override;
virtual void sound_reset() override;
- DECLARE_PALETTE_INIT(mario);
+ void mario_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
DECLARE_WRITE8_MEMBER(mario_sh_sound_w);