summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stfight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stfight.h')
-rw-r--r--src/mame/includes/stfight.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/stfight.h b/src/mame/includes/stfight.h
index 7f034b8d1fe..ed2f18b6828 100644
--- a/src/mame/includes/stfight.h
+++ b/src/mame/includes/stfight.h
@@ -37,6 +37,11 @@ public:
DECLARE_WRITE8_MEMBER(stfight_vh_latch_w);
DECLARE_DRIVER_INIT(stfight);
DECLARE_DRIVER_INIT(empcity);
+ TILEMAP_MAPPER_MEMBER(fg_scan);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ TILEMAP_MAPPER_MEMBER(bg_scan);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_tx_tile_info);
};