summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarifb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarifb.h')
-rw-r--r--src/mame/includes/atarifb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarifb.h b/src/mame/includes/atarifb.h
index 6827d9e22fd..bafd63d026b 100644
--- a/src/mame/includes/atarifb.h
+++ b/src/mame/includes/atarifb.h
@@ -58,7 +58,7 @@ public:
TILE_GET_INFO_MEMBER(alpha1_get_tile_info);
TILE_GET_INFO_MEMBER(alpha2_get_tile_info);
TILE_GET_INFO_MEMBER(field_get_tile_info);
- DECLARE_PALETTE_INIT(atarifb);
+ void atarifb_palette(palette_device &palette) const;
uint32_t screen_update_atarifb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_abaseb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_soccer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);