summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tnzs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tnzs.h')
-rw-r--r--src/mame/includes/tnzs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tnzs.h b/src/mame/includes/tnzs.h
index ac24d47cfea..07a245e6cec 100644
--- a/src/mame/includes/tnzs.h
+++ b/src/mame/includes/tnzs.h
@@ -41,7 +41,7 @@ protected:
DECLARE_WRITE8_MEMBER(ramrom_bankswitch_w);
- DECLARE_PALETTE_INIT(prompalette);
+ void prompalette(palette_device &palette) const;
uint32_t screen_update_tnzs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_tnzs);