summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/metlclsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/metlclsh.h')
-rw-r--r--src/mame/includes/metlclsh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/metlclsh.h b/src/mame/includes/metlclsh.h
index d43d122d2fc..3372660a132 100644
--- a/src/mame/includes/metlclsh.h
+++ b/src/mame/includes/metlclsh.h
@@ -43,6 +43,9 @@ public:
DECLARE_WRITE8_MEMBER(metlclsh_bgram_w);
DECLARE_WRITE8_MEMBER(metlclsh_fgram_w);
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
+ TILEMAP_MAPPER_MEMBER(metlclsh_bgtilemap_scan);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
};