summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladybug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladybug.h')
-rw-r--r--src/mame/includes/ladybug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index f34bd6b34d1..964a994252c 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -48,7 +48,7 @@ public:
protected:
DECLARE_WRITE_LINE_MEMBER(flipscreen_w);
- DECLARE_PALETTE_INIT(ladybug);
+ void ladybug_palette(palette_device &palette) const;
uint32_t screen_update_ladybug(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void ladybug_map(address_map &map);
@@ -102,7 +102,7 @@ protected:
DECLARE_READ8_MEMBER(sraider_8005_r);
DECLARE_WRITE8_MEMBER(sraider_misc_w);
DECLARE_WRITE8_MEMBER(sraider_io_w);
- DECLARE_PALETTE_INIT(sraider);
+ void sraider_palette(palette_device &palette) const;
DECLARE_WRITE_LINE_MEMBER(screen_vblank_sraider);
TILE_GET_INFO_MEMBER(get_grid_tile_info);