summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sub.h')
-rw-r--r--src/mame/includes/sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sub.h b/src/mame/includes/sub.h
index 2dbc441c058..7737f8c6d53 100644
--- a/src/mame/includes/sub.h
+++ b/src/mame/includes/sub.h
@@ -48,7 +48,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(flipscreen_w);
DECLARE_WRITE8_MEMBER(nmi_mask_w);
- DECLARE_PALETTE_INIT(sub);
+ void sub_palette(palette_device &palette) const;
TILE_GET_INFO_MEMBER(get_tile_info);
DECLARE_WRITE8_MEMBER(attr_w);
DECLARE_WRITE8_MEMBER(vram_w);