summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kopunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kopunch.h')
-rw-r--r--src/mame/includes/kopunch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kopunch.h b/src/mame/includes/kopunch.h
index b4581f1764d..84e4d99a4db 100644
--- a/src/mame/includes/kopunch.h
+++ b/src/mame/includes/kopunch.h
@@ -44,7 +44,7 @@ private:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- DECLARE_PALETTE_INIT(kopunch);
+ void kopunch_palette(palette_device &palette) const;
uint32_t screen_update_kopunch(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void kopunch_io_map(address_map &map);