summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lucky74.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lucky74.h')
-rw-r--r--src/mame/includes/lucky74.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lucky74.h b/src/mame/includes/lucky74.h
index 2608f448bcf..109e7e6e01c 100644
--- a/src/mame/includes/lucky74.h
+++ b/src/mame/includes/lucky74.h
@@ -47,7 +47,7 @@ private:
DECLARE_WRITE8_MEMBER(lamps_b_w);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- DECLARE_PALETTE_INIT(lucky74);
+ void lucky74_palette(palette_device &palette) const;
uint32_t screen_update_lucky74(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(nmi_interrupt);
DECLARE_WRITE_LINE_MEMBER(lucky74_adpcm_int);