summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90.h')
-rw-r--r--src/mame/includes/wc90.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/wc90.h b/src/mame/includes/wc90.h
index be578e253bd..52e571e98c5 100644
--- a/src/mame/includes/wc90.h
+++ b/src/mame/includes/wc90.h
@@ -45,6 +45,11 @@ public:
DECLARE_WRITE8_MEMBER(wc90_bgvideoram_w);
DECLARE_WRITE8_MEMBER(wc90_fgvideoram_w);
DECLARE_WRITE8_MEMBER(wc90_txvideoram_w);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ TILE_GET_INFO_MEMBER(get_tx_tile_info);
+ TILE_GET_INFO_MEMBER(track_get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(track_get_fg_tile_info);
};