summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/labyrunr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/labyrunr.h')
-rw-r--r--src/mame/includes/labyrunr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/labyrunr.h b/src/mame/includes/labyrunr.h
index 20f1ad932cf..144b8c43da4 100644
--- a/src/mame/includes/labyrunr.h
+++ b/src/mame/includes/labyrunr.h
@@ -61,7 +61,7 @@ private:
TILE_GET_INFO_MEMBER(get_tile_info1);
virtual void machine_start() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(labyrunr);
+ void labyrunr_palette(palette_device &palette) const;
uint32_t screen_update_labyrunr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
INTERRUPT_GEN_MEMBER(labyrunr_timer_interrupt);