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