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 1ed0052272f..3b57216f99b 100644
--- a/src/mame/includes/mario.h
+++ b/src/mame/includes/mario.h
@@ -89,7 +89,7 @@ public:
virtual void video_start();
virtual void sound_start();
virtual void sound_reset();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(mario);
UINT32 screen_update_mario(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
DECLARE_WRITE8_MEMBER(mario_sh_sound_w);