summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmosys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmosys.h')
-rw-r--r--src/mame/includes/tecmosys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/tecmosys.h b/src/mame/includes/tecmosys.h
index a2a0e64815a..a0341240a52 100644
--- a/src/mame/includes/tecmosys.h
+++ b/src/mame/includes/tecmosys.h
@@ -73,6 +73,10 @@ public:
DECLARE_DRIVER_INIT(tkdensha);
DECLARE_DRIVER_INIT(deroon);
DECLARE_DRIVER_INIT(tkdensho);
+ TILE_GET_INFO_MEMBER(get_bg0tile_info);
+ TILE_GET_INFO_MEMBER(get_bg1tile_info);
+ TILE_GET_INFO_MEMBER(get_bg2tile_info);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
};