summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/compgolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/compgolf.h')
-rw-r--r--src/mame/includes/compgolf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/compgolf.h b/src/mame/includes/compgolf.h
index 19aa17ef242..0100d0e8bab 100644
--- a/src/mame/includes/compgolf.h
+++ b/src/mame/includes/compgolf.h
@@ -34,6 +34,9 @@ public:
DECLARE_WRITE8_MEMBER(compgolf_scrollx_lo_w);
DECLARE_WRITE8_MEMBER(compgolf_scrolly_lo_w);
DECLARE_DRIVER_INIT(compgolf);
+ TILE_GET_INFO_MEMBER(get_text_info);
+ TILEMAP_MAPPER_MEMBER(back_scan);
+ TILE_GET_INFO_MEMBER(get_back_info);
};