summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/docastle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/docastle.h')
-rw-r--r--src/mame/includes/docastle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/docastle.h b/src/mame/includes/docastle.h
index 328c263da4f..890552eb1ea 100644
--- a/src/mame/includes/docastle.h
+++ b/src/mame/includes/docastle.h
@@ -83,7 +83,7 @@ private:
DECLARE_READ8_MEMBER(idsoccer_adpcm_status_r);
DECLARE_WRITE8_MEMBER(idsoccer_adpcm_w);
TILE_GET_INFO_MEMBER(get_tile_info);
- DECLARE_PALETTE_INIT(docastle);
+ void docastle_palette(palette_device &palette) const;
DECLARE_VIDEO_START(dorunrun);
uint32_t screen_update_docastle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void video_start_common( uint32_t tile_transmask );