summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bbusters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bbusters.h')
-rw-r--r--src/mame/includes/bbusters.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/bbusters.h b/src/mame/includes/bbusters.h
index 56e6c3b22b7..5b59182be6d 100644
--- a/src/mame/includes/bbusters.h
+++ b/src/mame/includes/bbusters.h
@@ -49,6 +49,9 @@ public:
DECLARE_WRITE16_MEMBER(bbusters_video_w);
DECLARE_WRITE16_MEMBER(bbusters_pf1_w);
DECLARE_WRITE16_MEMBER(bbusters_pf2_w);
+ TILE_GET_INFO_MEMBER(get_bbusters_tile_info);
+ TILE_GET_INFO_MEMBER(get_pf1_tile_info);
+ TILE_GET_INFO_MEMBER(get_pf2_tile_info);
};