summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taxidriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taxidriv.h')
-rw-r--r--src/mame/includes/taxidriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taxidriv.h b/src/mame/includes/taxidriv.h
index 2911878a28d..3d7722dc9af 100644
--- a/src/mame/includes/taxidriv.h
+++ b/src/mame/includes/taxidriv.h
@@ -77,7 +77,7 @@ private:
DECLARE_WRITE8_MEMBER(p8910_0b_w);
DECLARE_WRITE8_MEMBER(spritectrl_w);
- DECLARE_PALETTE_INIT(taxidriv);
+ void taxidriv_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void cpu2_map(address_map &map);