summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wwfsstar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wwfsstar.h')
-rw-r--r--src/mame/includes/wwfsstar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/wwfsstar.h b/src/mame/includes/wwfsstar.h
index 246f0319092..868592b332c 100644
--- a/src/mame/includes/wwfsstar.h
+++ b/src/mame/includes/wwfsstar.h
@@ -22,6 +22,9 @@ public:
DECLARE_WRITE16_MEMBER(wwfsstar_fg0_videoram_w);
DECLARE_WRITE16_MEMBER(wwfsstar_bg0_videoram_w);
DECLARE_CUSTOM_INPUT_MEMBER(wwfsstar_vblank_r);
+ TILE_GET_INFO_MEMBER(get_fg0_tile_info);
+ TILEMAP_MAPPER_MEMBER(bg0_scan);
+ TILE_GET_INFO_MEMBER(get_bg0_tile_info);
};