summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bigstrkb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bigstrkb.h')
-rw-r--r--src/mame/includes/bigstrkb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/bigstrkb.h b/src/mame/includes/bigstrkb.h
index 1b33f52de3b..f4af6bb8950 100644
--- a/src/mame/includes/bigstrkb.h
+++ b/src/mame/includes/bigstrkb.h
@@ -25,6 +25,10 @@ public:
DECLARE_WRITE16_MEMBER(bsb_videoram_w);
DECLARE_WRITE16_MEMBER(bsb_videoram2_w);
DECLARE_WRITE16_MEMBER(bsb_videoram3_w);
+ TILEMAP_MAPPER_MEMBER(bsb_bg_scan);
+ TILE_GET_INFO_MEMBER(get_bsb_tile_info);
+ TILE_GET_INFO_MEMBER(get_bsb_tile2_info);
+ TILE_GET_INFO_MEMBER(get_bsb_tile3_info);
};