summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rallyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rallyx.h')
-rw-r--r--src/mame/includes/rallyx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/rallyx.h b/src/mame/includes/rallyx.h
index 69d09eab6ac..4c93463801e 100644
--- a/src/mame/includes/rallyx.h
+++ b/src/mame/includes/rallyx.h
@@ -84,9 +84,9 @@ public:
TILE_GET_INFO_MEMBER(locomotn_fg_get_tile_info);
DECLARE_MACHINE_START(rallyx);
DECLARE_VIDEO_START(rallyx);
- DECLARE_PALETTE_INIT(rallyx);
+ void rallyx_palette(palette_device &palette) const;
DECLARE_VIDEO_START(jungler);
- DECLARE_PALETTE_INIT(jungler);
+ void jungler_palette(palette_device &palette) const;
DECLARE_VIDEO_START(locomotn);
DECLARE_VIDEO_START(commsega);
uint32_t screen_update_rallyx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);