summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bombjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bombjack.h')
-rw-r--r--src/mame/includes/bombjack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/bombjack.h b/src/mame/includes/bombjack.h
index 61b5917f1f7..c9544cee253 100644
--- a/src/mame/includes/bombjack.h
+++ b/src/mame/includes/bombjack.h
@@ -34,6 +34,8 @@ public:
DECLARE_WRITE8_MEMBER(bombjack_colorram_w);
DECLARE_WRITE8_MEMBER(bombjack_background_w);
DECLARE_WRITE8_MEMBER(bombjack_flipscreen_w);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
};