summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/megazone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/megazone.h')
-rw-r--r--src/mame/includes/megazone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/megazone.h b/src/mame/includes/megazone.h
index 78ecd25cbbb..45fc97c957f 100644
--- a/src/mame/includes/megazone.h
+++ b/src/mame/includes/megazone.h
@@ -55,7 +55,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(megazone);
UINT32 screen_update_megazone(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
};