summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popeye.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popeye.h')
-rw-r--r--src/mame/includes/popeye.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/popeye.h b/src/mame/includes/popeye.h
index 8f673fc7bdb..ff4cf82d56a 100644
--- a/src/mame/includes/popeye.h
+++ b/src/mame/includes/popeye.h
@@ -30,7 +30,8 @@ public:
required_region_ptr<uint8_t> m_color_prom_spr;
std::unique_ptr<uint8_t[]> m_bitmapram;
- std::unique_ptr<bitmap_ind16> m_tmpbitmap2;
+ std::unique_ptr<bitmap_ind16> m_sprite_bitmap;
+ std::unique_ptr<bitmap_ind16> m_background_bitmap;
uint8_t m_invertmask;
uint8_t m_bitmap_type;
tilemap_t *m_fg_tilemap;