summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcr3.h')
-rw-r--r--src/mame/includes/mcr3.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/mcr3.h b/src/mame/includes/mcr3.h
index 49f104a14d3..baafe136458 100644
--- a/src/mame/includes/mcr3.h
+++ b/src/mame/includes/mcr3.h
@@ -55,6 +55,11 @@ public:
DECLARE_DRIVER_INIT(rampage);
DECLARE_DRIVER_INIT(spyhunt);
DECLARE_DRIVER_INIT(sarge);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(mcrmono_get_bg_tile_info);
+ TILEMAP_MAPPER_MEMBER(spyhunt_bg_scan);
+ TILE_GET_INFO_MEMBER(spyhunt_get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(spyhunt_get_alpha_tile_info);
};