summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m57.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m57.h')
-rw-r--r--src/mame/includes/m57.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/m57.h b/src/mame/includes/m57.h
index 8ab8c84d86d..b42d25d8581 100644
--- a/src/mame/includes/m57.h
+++ b/src/mame/includes/m57.h
@@ -17,6 +17,7 @@ public:
int m_flipscreen;
DECLARE_WRITE8_MEMBER(m57_videoram_w);
DECLARE_WRITE8_MEMBER(m57_flipscreen_w);
+ TILE_GET_INFO_MEMBER(get_tile_info);
};
/*----------- defined in video/m57.c -----------*/