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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/rallyx.h b/src/mame/includes/rallyx.h
index 5b85f9f699e..8b4d0cbe1f6 100644
--- a/src/mame/includes/rallyx.h
+++ b/src/mame/includes/rallyx.h
@@ -48,6 +48,11 @@ public:
DECLARE_WRITE8_MEMBER(rallyx_scrollx_w);
DECLARE_WRITE8_MEMBER(rallyx_scrolly_w);
DECLARE_WRITE8_MEMBER(tactcian_starson_w);
+ TILEMAP_MAPPER_MEMBER(fg_tilemap_scan);
+ TILE_GET_INFO_MEMBER(rallyx_bg_get_tile_info);
+ TILE_GET_INFO_MEMBER(rallyx_fg_get_tile_info);
+ TILE_GET_INFO_MEMBER(locomotn_bg_get_tile_info);
+ TILE_GET_INFO_MEMBER(locomotn_fg_get_tile_info);
};