summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/brkthru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/brkthru.h')
-rw-r--r--src/mame/includes/brkthru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index bc5dc80e5d3..1db10b0652f 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -60,7 +60,7 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(brkthru);
+ void brkthru_palette(palette_device &palette) const;
uint32_t screen_update_brkthru(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int prio );