summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/contra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/contra.h')
-rw-r--r--src/mame/includes/contra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/contra.h b/src/mame/includes/contra.h
index a7c46db7f58..00cbbcd1830 100644
--- a/src/mame/includes/contra.h
+++ b/src/mame/includes/contra.h
@@ -54,6 +54,9 @@ public:
DECLARE_WRITE8_MEMBER(contra_text_cram_w);
DECLARE_WRITE8_MEMBER(contra_K007121_ctrl_0_w);
DECLARE_WRITE8_MEMBER(contra_K007121_ctrl_1_w);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_tx_tile_info);
};