summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nitedrvr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nitedrvr.h')
-rw-r--r--src/mame/includes/nitedrvr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/nitedrvr.h b/src/mame/includes/nitedrvr.h
index e26cf6e47c3..8640dfe539a 100644
--- a/src/mame/includes/nitedrvr.h
+++ b/src/mame/includes/nitedrvr.h
@@ -52,6 +52,7 @@ public:
DECLARE_WRITE8_MEMBER(nitedrvr_out1_w);
DECLARE_WRITE8_MEMBER(nitedrvr_videoram_w);
DECLARE_WRITE8_MEMBER(nitedrvr_hvc_w);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
};