summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/combatsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/combatsc.h')
-rw-r--r--src/mame/includes/combatsc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/combatsc.h b/src/mame/includes/combatsc.h
index 30ccb016151..18ed314b29f 100644
--- a/src/mame/includes/combatsc.h
+++ b/src/mame/includes/combatsc.h
@@ -66,6 +66,12 @@ public:
DECLARE_WRITE8_MEMBER(combatsc_portA_w);
DECLARE_WRITE8_MEMBER(combatscb_dac_w);
DECLARE_DRIVER_INIT(combatsc);
+ TILE_GET_INFO_MEMBER(get_tile_info0);
+ TILE_GET_INFO_MEMBER(get_tile_info1);
+ TILE_GET_INFO_MEMBER(get_text_info);
+ TILE_GET_INFO_MEMBER(get_tile_info0_bootleg);
+ TILE_GET_INFO_MEMBER(get_tile_info1_bootleg);
+ TILE_GET_INFO_MEMBER(get_text_info_bootleg);
};