summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spcforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spcforce.h')
-rw-r--r--src/mame/includes/spcforce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/spcforce.h b/src/mame/includes/spcforce.h
index be4bc41c960..3a72685efc9 100644
--- a/src/mame/includes/spcforce.h
+++ b/src/mame/includes/spcforce.h
@@ -47,7 +47,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(flip_screen_w);
DECLARE_WRITE_LINE_MEMBER(unknown_w);
- DECLARE_PALETTE_INIT(spcforce);
+ void spcforce_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);