summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos86.h')
-rw-r--r--src/mame/includes/namcos86.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/namcos86.h b/src/mame/includes/namcos86.h
index 118da9d4203..ca600df2197 100644
--- a/src/mame/includes/namcos86.h
+++ b/src/mame/includes/namcos86.h
@@ -45,6 +45,10 @@ public:
DECLARE_READ8_MEMBER(rthunder_spriteram_r);
DECLARE_WRITE8_MEMBER(rthunder_spriteram_w);
DECLARE_DRIVER_INIT(namco86);
+ TILE_GET_INFO_MEMBER(get_tile_info0);
+ TILE_GET_INFO_MEMBER(get_tile_info1);
+ TILE_GET_INFO_MEMBER(get_tile_info2);
+ TILE_GET_INFO_MEMBER(get_tile_info3);
};