summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yiear.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yiear.h')
-rw-r--r--src/mame/includes/yiear.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/yiear.h b/src/mame/includes/yiear.h
index 1afad8f69f4..f136939c3ed 100644
--- a/src/mame/includes/yiear.h
+++ b/src/mame/includes/yiear.h
@@ -30,6 +30,7 @@ public:
UINT8 m_SN76496_latch;
DECLARE_WRITE8_MEMBER( konami_SN76496_latch_w ) { m_SN76496_latch = data; };
DECLARE_WRITE8_MEMBER( konami_SN76496_w ) { m_sn->write(space, offset, m_SN76496_latch); };
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
};