summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fromance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fromance.h')
-rw-r--r--src/mame/includes/fromance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/fromance.h b/src/mame/includes/fromance.h
index a5cea25f1c3..979bd51a8d9 100644
--- a/src/mame/includes/fromance.h
+++ b/src/mame/includes/fromance.h
@@ -72,6 +72,10 @@ public:
DECLARE_WRITE8_MEMBER(fromance_adpcm_reset_w);
DECLARE_DRIVER_INIT(pipedrm);
DECLARE_DRIVER_INIT(hatris);
+ TILE_GET_INFO_MEMBER(get_fromance_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_fromance_fg_tile_info);
+ TILE_GET_INFO_MEMBER(get_nekkyoku_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_nekkyoku_fg_tile_info);
};