summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/retofinv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/retofinv.h')
-rw-r--r--src/mame/includes/retofinv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/retofinv.h b/src/mame/includes/retofinv.h
index 670cc5658d4..14b326e2c39 100644
--- a/src/mame/includes/retofinv.h
+++ b/src/mame/includes/retofinv.h
@@ -55,8 +55,8 @@ private:
TILE_GET_INFO_MEMBER(bg_get_tile_info);
TILE_GET_INFO_MEMBER(fg_get_tile_info);
- DECLARE_PALETTE_INIT(retofinv);
- DECLARE_PALETTE_INIT(retofinv_bl);
+ void retofinv_palette(palette_device &palette) const;
+ void retofinv_bl_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);