summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snk6502.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snk6502.h')
-rw-r--r--src/mame/includes/snk6502.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/snk6502.h b/src/mame/includes/snk6502.h
index f5cfedfda92..4507f2aa2d3 100644
--- a/src/mame/includes/snk6502.h
+++ b/src/mame/includes/snk6502.h
@@ -76,9 +76,9 @@ protected:
virtual void machine_start() override;
DECLARE_MACHINE_RESET(sasuke);
DECLARE_VIDEO_START(satansat);
- DECLARE_PALETTE_INIT(satansat);
+ void satansat_palette(palette_device &palette);
DECLARE_VIDEO_START(snk6502);
- DECLARE_PALETTE_INIT(snk6502);
+ void snk6502_palette(palette_device &palette);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);