summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tankbust.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tankbust.h')
-rw-r--r--src/mame/includes/tankbust.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tankbust.h b/src/mame/includes/tankbust.h
index 09995cab17a..8a525853ca6 100644
--- a/src/mame/includes/tankbust.h
+++ b/src/mame/includes/tankbust.h
@@ -65,7 +65,7 @@ private:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_txt_tile_info);
- DECLARE_PALETTE_INIT(tankbust);
+ void tankbust_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);