summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/senjyo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/senjyo.h')
-rw-r--r--src/mame/includes/senjyo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/senjyo.h b/src/mame/includes/senjyo.h
index 2bd07c8402e..80ef22b37d0 100644
--- a/src/mame/includes/senjyo.h
+++ b/src/mame/includes/senjyo.h
@@ -109,8 +109,8 @@ private:
DECLARE_WRITE8_MEMBER(irq_ctrl_w);
DECLARE_READ8_MEMBER(pio_pa_r);
- DECLARE_PALETTE_DECODER(IIBBGGRR);
- DECLARE_PALETTE_INIT(radar);
+ static rgb_t IIBBGGRR(uint32_t raw);
+ void radar_palette(palette_device &palette) const;
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(senjyo_bg1_tile_info);