summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/oneshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/oneshot.h')
-rw-r--r--src/mame/includes/oneshot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/oneshot.h b/src/mame/includes/oneshot.h
index b0ad6a8f679..edf692f13fd 100644
--- a/src/mame/includes/oneshot.h
+++ b/src/mame/includes/oneshot.h
@@ -43,6 +43,9 @@ public:
DECLARE_WRITE16_MEMBER(oneshot_mid_videoram_w);
DECLARE_WRITE16_MEMBER(oneshot_fg_videoram_w);
DECLARE_WRITE16_MEMBER(soundbank_w);
+ TILE_GET_INFO_MEMBER(get_oneshot_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_oneshot_mid_tile_info);
+ TILE_GET_INFO_MEMBER(get_oneshot_fg_tile_info);
};
/*----------- defined in video/oneshot.c -----------*/