summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spdodgeb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spdodgeb.h')
-rw-r--r--src/mame/includes/spdodgeb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/spdodgeb.h b/src/mame/includes/spdodgeb.h
index 943ffeca7ed..88c6890744c 100644
--- a/src/mame/includes/spdodgeb.h
+++ b/src/mame/includes/spdodgeb.h
@@ -90,7 +90,7 @@ private:
TILEMAP_MAPPER_MEMBER(background_scan);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- DECLARE_PALETTE_INIT(spdodgeb);
+ void spdodgeb_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );