summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/timelimt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/timelimt.h')
-rw-r--r--src/mame/includes/timelimt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/timelimt.h b/src/mame/includes/timelimt.h
index aec9ba328e5..64a7dda4e4f 100644
--- a/src/mame/includes/timelimt.h
+++ b/src/mame/includes/timelimt.h
@@ -22,6 +22,8 @@ public:
DECLARE_WRITE8_MEMBER(timelimt_scroll_x_lsb_w);
DECLARE_WRITE8_MEMBER(timelimt_scroll_x_msb_w);
DECLARE_WRITE8_MEMBER(timelimt_scroll_y_w);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
};