summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/centiped.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/centiped.h')
-rw-r--r--src/mame/includes/centiped.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/centiped.h b/src/mame/includes/centiped.h
index 20b52e065ee..d5cd85fd4b8 100644
--- a/src/mame/includes/centiped.h
+++ b/src/mame/includes/centiped.h
@@ -125,7 +125,7 @@ private:
DECLARE_MACHINE_RESET(magworm);
DECLARE_VIDEO_START(milliped);
DECLARE_VIDEO_START(warlords);
- DECLARE_PALETTE_INIT(warlords);
+ void warlords_palette(palette_device &palette) const;
uint32_t screen_update_centiped(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_bullsdrt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_milliped(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);