summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarisy2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarisy2.h')
-rw-r--r--src/mame/includes/atarisy2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarisy2.h b/src/mame/includes/atarisy2.h
index 0d91b258c0b..f714e366ef2 100644
--- a/src/mame/includes/atarisy2.h
+++ b/src/mame/includes/atarisy2.h
@@ -129,7 +129,7 @@ private:
DECLARE_WRITE16_MEMBER(yscroll_w);
DECLARE_WRITE16_MEMBER(xscroll_w);
DECLARE_WRITE16_MEMBER(spriteram_w);
- DECLARE_PALETTE_DECODER(RRRRGGGGBBBBIIII);
+ static rgb_t RRRRGGGGBBBBIIII(uint32_t raw);
static const atari_motion_objects_config s_mob_config;
void main_map(address_map &map);