summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thepit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thepit.h')
-rw-r--r--src/mame/includes/thepit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/thepit.h b/src/mame/includes/thepit.h
index d886aa0d9ae..bb4e80ea965 100644
--- a/src/mame/includes/thepit.h
+++ b/src/mame/includes/thepit.h
@@ -75,8 +75,8 @@ private:
TILE_GET_INFO_MEMBER(solid_get_tile_info);
TILE_GET_INFO_MEMBER(get_tile_info);
- DECLARE_PALETTE_INIT(thepit);
- DECLARE_PALETTE_INIT(suprmous);
+ void thepit_palette(palette_device &palette) const;
+ void suprmous_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_desertdan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);