summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lvcards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lvcards.h')
-rw-r--r--src/mame/includes/lvcards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lvcards.h b/src/mame/includes/lvcards.h
index 44160a7b89c..8bb4cc71061 100644
--- a/src/mame/includes/lvcards.h
+++ b/src/mame/includes/lvcards.h
@@ -31,7 +31,7 @@ private:
required_shared_ptr<uint8_t> m_colorram;
tilemap_t *m_bg_tilemap;
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- DECLARE_PALETTE_INIT(lvcards);
+ void lvcards_palette(palette_device &palette) const;
uint32_t screen_update_lvcards(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;