summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blueprnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blueprnt.h')
-rw-r--r--src/mame/includes/blueprnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/blueprnt.h b/src/mame/includes/blueprnt.h
index 88a1ae9c307..ac5b38783d0 100644
--- a/src/mame/includes/blueprnt.h
+++ b/src/mame/includes/blueprnt.h
@@ -59,7 +59,7 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
DECLARE_VIDEO_START(blueprnt);
- DECLARE_PALETTE_INIT(blueprnt);
+ void blueprnt_palette(palette_device &palette) const;
uint32_t screen_update_blueprnt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void blueprnt(machine_config &config);