summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cischeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cischeat.h')
-rw-r--r--src/mame/includes/cischeat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/cischeat.h b/src/mame/includes/cischeat.h
index a29770218b6..5fcaf2e6538 100644
--- a/src/mame/includes/cischeat.h
+++ b/src/mame/includes/cischeat.h
@@ -73,6 +73,10 @@ public:
DECLARE_DRIVER_INIT(cischeat);
DECLARE_DRIVER_INIT(bigrun);
DECLARE_DRIVER_INIT(f1gpstar);
+ TILEMAP_MAPPER_MEMBER(cischeat_scan_8x8);
+ TILEMAP_MAPPER_MEMBER(cischeat_scan_16x16);
+ TILE_GET_INFO_MEMBER(cischeat_get_scroll_tile_info_8x8);
+ TILE_GET_INFO_MEMBER(cischeat_get_scroll_tile_info_16x16);
};