summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigx2.h')
-rw-r--r--src/mame/includes/atarigx2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/atarigx2.h b/src/mame/includes/atarigx2.h
index 3a877a09c0e..c0dee7c1b53 100644
--- a/src/mame/includes/atarigx2.h
+++ b/src/mame/includes/atarigx2.h
@@ -40,6 +40,9 @@ public:
DECLARE_DRIVER_INIT(spclords);
DECLARE_DRIVER_INIT(rrreveng);
DECLARE_DRIVER_INIT(motofren);
+ TILE_GET_INFO_MEMBER(get_alpha_tile_info);
+ TILE_GET_INFO_MEMBER(get_playfield_tile_info);
+ TILEMAP_MAPPER_MEMBER(atarigx2_playfield_scan);
};