summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ashnojoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ashnojoe.h')
-rw-r--r--src/mame/includes/ashnojoe.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/ashnojoe.h b/src/mame/includes/ashnojoe.h
index 4b898373065..1888cc01dc4 100644
--- a/src/mame/includes/ashnojoe.h
+++ b/src/mame/includes/ashnojoe.h
@@ -63,6 +63,13 @@ public:
DECLARE_WRITE8_MEMBER(ym2203_write_a);
DECLARE_WRITE8_MEMBER(ym2203_write_b);
DECLARE_DRIVER_INIT(ashnojoe);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info_2);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info_3);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info_4);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info_5);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info_6);
+ TILE_GET_INFO_MEMBER(get_joe_tile_info_7);
};