summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thedeep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thedeep.h')
-rw-r--r--src/mame/includes/thedeep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/thedeep.h b/src/mame/includes/thedeep.h
index 2797f1d2dc6..9ff2b8de7da 100644
--- a/src/mame/includes/thedeep.h
+++ b/src/mame/includes/thedeep.h
@@ -43,6 +43,9 @@ public:
DECLARE_READ8_MEMBER(thedeep_p0_r);
DECLARE_WRITE8_MEMBER(thedeep_vram_0_w);
DECLARE_WRITE8_MEMBER(thedeep_vram_1_w);
+ TILEMAP_MAPPER_MEMBER(tilemap_scan_rows_back);
+ TILE_GET_INFO_MEMBER(get_tile_info_0);
+ TILE_GET_INFO_MEMBER(get_tile_info_1);
};