summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/macrossp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/macrossp.h')
-rw-r--r--src/mame/includes/macrossp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/macrossp.h b/src/mame/includes/macrossp.h
index 36e5065697a..9186914aca9 100644
--- a/src/mame/includes/macrossp.h
+++ b/src/mame/includes/macrossp.h
@@ -64,6 +64,10 @@ public:
DECLARE_WRITE32_MEMBER(macrossp_text_videoram_w);
DECLARE_DRIVER_INIT(quizmoon);
DECLARE_DRIVER_INIT(macrossp);
+ TILE_GET_INFO_MEMBER(get_macrossp_scra_tile_info);
+ TILE_GET_INFO_MEMBER(get_macrossp_scrb_tile_info);
+ TILE_GET_INFO_MEMBER(get_macrossp_scrc_tile_info);
+ TILE_GET_INFO_MEMBER(get_macrossp_text_tile_info);
};
/*----------- defined in video/macrossp.c -----------*/