summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ms1_tmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ms1_tmap.h')
-rw-r--r--src/mame/video/ms1_tmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/ms1_tmap.h b/src/mame/video/ms1_tmap.h
index bfb2a6853fd..0c08f0f5b25 100644
--- a/src/mame/video/ms1_tmap.h
+++ b/src/mame/video/ms1_tmap.h
@@ -62,6 +62,7 @@ public:
void draw(screen_device &screen, bitmap_ind16 &dest, const rectangle &cliprect, uint32_t flags, uint8_t priority = 0, uint8_t priority_mask = 0xff);
void enable(bool enable);
void set_flip(uint32_t attributes);
+ void set_tilebank(uint8_t bank);
protected:
// device-level overrides
@@ -86,6 +87,7 @@ private:
uint16_t m_scrollx;
uint16_t m_scrolly;
uint16_t m_scroll_flag;
+ uint16_t m_tile_bank;
tilemap_t *m_tmap;
tilemap_t *m_tilemap[2][4];