summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/malzak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/malzak.h')
-rw-r--r--src/mame/includes/malzak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/malzak.h b/src/mame/includes/malzak.h
index e21e8f0664e..f67c2aa363b 100644
--- a/src/mame/includes/malzak.h
+++ b/src/mame/includes/malzak.h
@@ -66,7 +66,7 @@ private:
DECLARE_WRITE8_MEMBER(malzak_playfield_w);
DECLARE_READ8_MEMBER(videoram_r);
- DECLARE_PALETTE_INIT(malzak);
+ void malzak_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void malzak2_map(address_map &map);