summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yunsun16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yunsun16.h')
-rw-r--r--src/mame/includes/yunsun16.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/yunsun16.h b/src/mame/includes/yunsun16.h
index 2084ff0ec45..2e4ba5d4a7a 100644
--- a/src/mame/includes/yunsun16.h
+++ b/src/mame/includes/yunsun16.h
@@ -38,6 +38,9 @@ public:
DECLARE_WRITE16_MEMBER(yunsun16_vram_0_w);
DECLARE_WRITE16_MEMBER(yunsun16_vram_1_w);
DECLARE_DRIVER_INIT(magicbub);
+ TILEMAP_MAPPER_MEMBER(yunsun16_tilemap_scan_pages);
+ TILE_GET_INFO_MEMBER(get_tile_info_0);
+ TILE_GET_INFO_MEMBER(get_tile_info_1);
};