summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/madalien.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/madalien.h')
-rw-r--r--src/mame/includes/madalien.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/madalien.h b/src/mame/includes/madalien.h
index 785ba29ef54..edeb06a7111 100644
--- a/src/mame/includes/madalien.h
+++ b/src/mame/includes/madalien.h
@@ -80,7 +80,7 @@ private:
TILE_GET_INFO_MEMBER(get_tile_info_BG_2);
TILE_GET_INFO_MEMBER(get_tile_info_FG);
DECLARE_VIDEO_START(madalien);
- DECLARE_PALETTE_INIT(madalien);
+ void madalien_palette(palette_device &palette) const;
uint32_t screen_update_madalien(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline int scan_helper(int col, int row, int section);
void draw_edges(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int flip, int scroll_mode);