summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotcha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotcha.h')
-rw-r--r--src/mame/includes/gotcha.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/gotcha.h b/src/mame/includes/gotcha.h
index ed1672a09bb..a18a56b2928 100644
--- a/src/mame/includes/gotcha.h
+++ b/src/mame/includes/gotcha.h
@@ -35,6 +35,9 @@ public:
DECLARE_WRITE16_MEMBER(gotcha_gfxbank_w);
DECLARE_WRITE16_MEMBER(gotcha_scroll_w);
DECLARE_WRITE16_MEMBER(gotcha_oki_bank_w);
+ TILEMAP_MAPPER_MEMBER(gotcha_tilemap_scan);
+ TILE_GET_INFO_MEMBER(fg_get_tile_info);
+ TILE_GET_INFO_MEMBER(bg_get_tile_info);
};