summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ssrj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ssrj.h')
-rw-r--r--src/mame/includes/ssrj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ssrj.h b/src/mame/includes/ssrj.h
index edbed1271c9..de8ee0af577 100644
--- a/src/mame/includes/ssrj.h
+++ b/src/mame/includes/ssrj.h
@@ -55,7 +55,7 @@ private:
TILE_GET_INFO_MEMBER(get_tile_info2);
TILE_GET_INFO_MEMBER(get_tile_info4);
- DECLARE_PALETTE_INIT(ssrj);
+ void ssrj_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank);