summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/orbit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orbit.h')
-rw-r--r--src/mame/includes/orbit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/orbit.h b/src/mame/includes/orbit.h
index f72f48c0d8f..d7a8c664035 100644
--- a/src/mame/includes/orbit.h
+++ b/src/mame/includes/orbit.h
@@ -39,6 +39,7 @@ public:
device_t *m_discrete;
DECLARE_WRITE8_MEMBER(orbit_misc_w);
DECLARE_WRITE8_MEMBER(orbit_playfield_w);
+ TILE_GET_INFO_MEMBER(get_tile_info);
};