summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nmk16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nmk16.h')
-rw-r--r--src/mame/includes/nmk16.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/nmk16.h b/src/mame/includes/nmk16.h
index 250161558f1..f07b301f1fd 100644
--- a/src/mame/includes/nmk16.h
+++ b/src/mame/includes/nmk16.h
@@ -106,6 +106,15 @@ public:
DECLARE_DRIVER_INIT(grdnstrm);
DECLARE_DRIVER_INIT(spec2k);
DECLARE_DRIVER_INIT(bjtwin);
+ TILEMAP_MAPPER_MEMBER(afega_tilemap_scan_pages);
+ TILE_GET_INFO_MEMBER(macross_get_bg0_tile_info);
+ TILE_GET_INFO_MEMBER(macross_get_bg1_tile_info);
+ TILE_GET_INFO_MEMBER(macross_get_bg2_tile_info);
+ TILE_GET_INFO_MEMBER(macross_get_bg3_tile_info);
+ TILE_GET_INFO_MEMBER(strahl_get_fg_tile_info);
+ TILE_GET_INFO_MEMBER(macross_get_tx_tile_info);
+ TILE_GET_INFO_MEMBER(bjtwin_get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_tile_info_0_8bit);
};