summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wolfpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wolfpack.h')
-rw-r--r--src/mame/includes/wolfpack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h
index b75e2613d5e..ab143a33ce1 100644
--- a/src/mame/includes/wolfpack.h
+++ b/src/mame/includes/wolfpack.h
@@ -68,14 +68,14 @@ public:
DECLARE_WRITE8_MEMBER(wolfpack_start_speech_w);
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(wolfpack);
UINT32 screen_update_wolfpack(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_wolfpack(screen_device &screen, bool state);
TIMER_CALLBACK_MEMBER(periodic_callback);
void draw_ship(bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_torpedo(bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_pt(bitmap_ind16 &bitmap, const rectangle &cliprect);
- void draw_water(colortable_t *colortable, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void draw_water(palette_device &palette, bitmap_ind16 &bitmap, const rectangle &cliprect);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);