summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trackfld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trackfld.h')
-rw-r--r--src/mame/includes/trackfld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/trackfld.h b/src/mame/includes/trackfld.h
index 695ed239fd2..d7d4206daee 100644
--- a/src/mame/includes/trackfld.h
+++ b/src/mame/includes/trackfld.h
@@ -59,6 +59,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);
};