Home
last modified time | relevance | path

Searched refs:m_attributesram (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dzaccaria.cpp117 ((attr & 0x0c) >> 2) + ((m_attributesram[2 * (tile_index % 32) + 1] & 0x07) << 2), in TILE_GET_INFO_MEMBER()
154 if (m_attributesram[offset] != data) in attributes_w()
165 m_attributesram[offset] = data; in attributes_w()
H A Dthepit.cpp292 m_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update()
293 m_solid_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update()
326 m_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update_desertdan()
327 m_solid_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update_desertdan()
H A Dfastfred.cpp85 uint8_t color = m_colorbank | (m_attributesram[2 * x + 1] & 0x07); in TILE_GET_INFO_MEMBER()
122 if (m_attributesram[offset] != data) in fastfred_attributes_w()
138 m_attributesram[offset] = data; in fastfred_attributes_w()
295 uint8_t color = m_colorbank | (m_attributesram[2 * x + 1] & 0x07); in TILE_GET_INFO_MEMBER()
H A Dgalaxold.cpp596 uint8_t color = m_attributesram[(x << 1) | 1] & 7; in TILE_GET_INFO_MEMBER()
597 uint8_t bank = m_attributesram[(x << 1) | 1] & 0x30; in TILE_GET_INFO_MEMBER()
600 color |= ((m_attributesram[(x << 1) | 1] & 0x40) >> 3); in TILE_GET_INFO_MEMBER()
647 uint8_t color = m_attributesram[(x << 1) | 1] & 7; in TILE_GET_INFO_MEMBER()
673 uint8_t color = m_attributesram[(x << 1) | 1] & 7; in TILE_GET_INFO_MEMBER()
720 uint8_t color = m_attributesram[(x << 1) | 1] & m_color_mask; in TILE_GET_INFO_MEMBER()
777 if (m_attributesram[offset] != data) in galaxold_attributesram_w()
797 m_attributesram[offset] = data; in galaxold_attributesram_w()
1560 uint8_t color = m_attributesram[(x << 1) | 1] & m_color_mask; in TILE_GET_INFO_MEMBER()
1728 color = m_attributesram[(i << 1) | 1] & m_color_mask; in screen_update_dambustr()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dzaccaria.cpp117 ((attr & 0x0c) >> 2) + ((m_attributesram[2 * (tile_index % 32) + 1] & 0x07) << 2), in TILE_GET_INFO_MEMBER()
154 if (m_attributesram[offset] != data) in attributes_w()
165 m_attributesram[offset] = data; in attributes_w()
H A Dthepit.cpp292 m_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update()
293 m_solid_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update()
326 m_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update_desertdan()
327 m_solid_tilemap->set_scrolly(offs, yshift + m_attributesram[offs << 1]); in screen_update_desertdan()
H A Dfastfred.cpp85 uint8_t color = m_colorbank | (m_attributesram[2 * x + 1] & 0x07); in TILE_GET_INFO_MEMBER()
122 if (m_attributesram[offset] != data) in fastfred_attributes_w()
138 m_attributesram[offset] = data; in fastfred_attributes_w()
295 uint8_t color = m_colorbank | (m_attributesram[2 * x + 1] & 0x07); in TILE_GET_INFO_MEMBER()
H A Dgalaxold.cpp596 uint8_t color = m_attributesram[(x << 1) | 1] & 7; in TILE_GET_INFO_MEMBER()
597 uint8_t bank = m_attributesram[(x << 1) | 1] & 0x30; in TILE_GET_INFO_MEMBER()
600 color |= ((m_attributesram[(x << 1) | 1] & 0x40) >> 3); in TILE_GET_INFO_MEMBER()
647 uint8_t color = m_attributesram[(x << 1) | 1] & 7; in TILE_GET_INFO_MEMBER()
673 uint8_t color = m_attributesram[(x << 1) | 1] & 7; in TILE_GET_INFO_MEMBER()
720 uint8_t color = m_attributesram[(x << 1) | 1] & m_color_mask; in TILE_GET_INFO_MEMBER()
777 if (m_attributesram[offset] != data) in galaxold_attributesram_w()
797 m_attributesram[offset] = data; in galaxold_attributesram_w()
1560 uint8_t color = m_attributesram[(x << 1) | 1] & m_color_mask; in TILE_GET_INFO_MEMBER()
1728 color = m_attributesram[(i << 1) | 1] & m_color_mask; in screen_update_dambustr()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dzaccaria.h22 , m_attributesram(*this, "attributesram") in zaccaria_state()
60 required_shared_ptr<uint8_t> m_attributesram; variable
H A Dthepit.h23 m_attributesram(*this, "attributesram"), in thepit_state()
48 required_shared_ptr<uint8_t> m_attributesram; variable
H A Dfastfred.h26 , m_attributesram(*this, "attributesram") in fastfred_state()
47 required_shared_ptr<uint8_t> m_attributesram; variable
H A Dgalaxold.h47 , m_attributesram(*this,"attributesram") in galaxold_state()
68 required_shared_ptr<uint8_t> m_attributesram; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dzaccaria.h22 , m_attributesram(*this, "attributesram") in zaccaria_state()
60 required_shared_ptr<uint8_t> m_attributesram; variable
H A Dthepit.h23 m_attributesram(*this, "attributesram"), in thepit_state()
48 required_shared_ptr<uint8_t> m_attributesram; variable
H A Dfastfred.h26 , m_attributesram(*this, "attributesram") in fastfred_state()
47 required_shared_ptr<uint8_t> m_attributesram; variable
H A Dgalaxold.h47 , m_attributesram(*this,"attributesram") in galaxold_state()
68 required_shared_ptr<uint8_t> m_attributesram; variable