summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trackfld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trackfld.h')
-rw-r--r--src/mame/includes/trackfld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/trackfld.h b/src/mame/includes/trackfld.h
index 5cd3c177228..af09148d340 100644
--- a/src/mame/includes/trackfld.h
+++ b/src/mame/includes/trackfld.h
@@ -122,7 +122,7 @@ private:
DECLARE_MACHINE_START(trackfld);
DECLARE_MACHINE_RESET(trackfld);
DECLARE_VIDEO_START(trackfld);
- DECLARE_PALETTE_INIT(trackfld);
+ void trackfld_palette(palette_device &palette) const;
DECLARE_VIDEO_START(atlantol);
uint32_t screen_update_trackfld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);