summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popper.h')
-rw-r--r--src/mame/includes/popper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/popper.h b/src/mame/includes/popper.h
index d11db317acf..a325e74515e 100644
--- a/src/mame/includes/popper.h
+++ b/src/mame/includes/popper.h
@@ -46,6 +46,10 @@ public:
DECLARE_WRITE8_MEMBER(popper_flipscreen_w);
DECLARE_WRITE8_MEMBER(popper_e002_w);
DECLARE_WRITE8_MEMBER(popper_gfx_bank_w);
+ TILE_GET_INFO_MEMBER(get_popper_p123_tile_info);
+ TILE_GET_INFO_MEMBER(get_popper_p0_tile_info);
+ TILE_GET_INFO_MEMBER(get_popper_ol_p123_tile_info);
+ TILE_GET_INFO_MEMBER(get_popper_ol_p0_tile_info);
};