summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goindol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goindol.h')
-rw-r--r--src/mame/includes/goindol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/goindol.h b/src/mame/includes/goindol.h
index 6e2e8e8d44a..d7dd720f01b 100644
--- a/src/mame/includes/goindol.h
+++ b/src/mame/includes/goindol.h
@@ -42,6 +42,8 @@ public:
DECLARE_WRITE8_MEMBER(goindol_fg_videoram_w);
DECLARE_WRITE8_MEMBER(goindol_bg_videoram_w);
DECLARE_DRIVER_INIT(goindol);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
};