summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xyonix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xyonix.h')
-rw-r--r--src/mame/includes/xyonix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xyonix.h b/src/mame/includes/xyonix.h
index e56727f6f7d..85d3a9362e7 100644
--- a/src/mame/includes/xyonix.h
+++ b/src/mame/includes/xyonix.h
@@ -46,7 +46,7 @@ private:
DECLARE_WRITE8_MEMBER(vidram_w);
TILE_GET_INFO_MEMBER(get_tile_info);
- DECLARE_PALETTE_INIT(xyonix);
+ void xyonix_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void handle_coins(int coin);