Searched refs:m_bg_colorram (Results 1 – 14 of 14) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | appoooh.cpp | 110 int code = m_bg_videoram[tile_index] + 256 * ((m_bg_colorram[tile_index] >> 5) & 7); in TILE_GET_INFO_MEMBER() 114 m_bg_colorram[tile_index] & 0x0f, in TILE_GET_INFO_MEMBER() 115 (m_bg_colorram[tile_index] & 0x10 ) ? TILEMAP_FLIPX : 0 in TILE_GET_INFO_MEMBER() 164 m_bg_colorram[offset] = data; in bg_colorram_w()
|
H A D | tp84.cpp | 120 int code = ((m_bg_colorram[tile_index] & 0x30) << 4) | m_bg_videoram[tile_index]; in TILE_GET_INFO_MEMBER() 123 (m_bg_colorram[tile_index] & 0x0f); in TILE_GET_INFO_MEMBER() 124 int flags = TILE_FLIPYX(m_bg_colorram[tile_index] >> 6); in TILE_GET_INFO_MEMBER()
|
H A D | lucky74.cpp | 123 m_bg_colorram[offset] = data; in bg_colorram_w() 220 int attr = m_bg_colorram[tile_index]; in TILE_GET_INFO_MEMBER()
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | appoooh.cpp | 110 int code = m_bg_videoram[tile_index] + 256 * ((m_bg_colorram[tile_index] >> 5) & 7); in TILE_GET_INFO_MEMBER() 114 m_bg_colorram[tile_index] & 0x0f, in TILE_GET_INFO_MEMBER() 115 (m_bg_colorram[tile_index] & 0x10 ) ? TILEMAP_FLIPX : 0 in TILE_GET_INFO_MEMBER() 164 m_bg_colorram[offset] = data; in bg_colorram_w()
|
H A D | tp84.cpp | 120 int code = ((m_bg_colorram[tile_index] & 0x30) << 4) | m_bg_videoram[tile_index]; in TILE_GET_INFO_MEMBER() 123 (m_bg_colorram[tile_index] & 0x0f); in TILE_GET_INFO_MEMBER() 124 int flags = TILE_FLIPYX(m_bg_colorram[tile_index] >> 6); in TILE_GET_INFO_MEMBER()
|
H A D | lucky74.cpp | 123 m_bg_colorram[offset] = data; in bg_colorram_w() 220 int attr = m_bg_colorram[tile_index]; in TILE_GET_INFO_MEMBER()
|
/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | lucky74.h | 20 m_bg_colorram(*this, "bg_colorram"), in lucky74_state() 69 required_shared_ptr<uint8_t> m_bg_colorram; variable
|
H A D | tp84.h | 26 m_bg_colorram(*this, "bg_colorram"), in tp84_state() 47 required_shared_ptr<uint8_t> m_bg_colorram; variable
|
H A D | appoooh.h | 22 m_bg_colorram(*this, "bg_colorram"), in appoooh_state() 69 required_shared_ptr<uint8_t> m_bg_colorram; variable
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | lucky74.h | 20 m_bg_colorram(*this, "bg_colorram"), in lucky74_state() 69 required_shared_ptr<uint8_t> m_bg_colorram; variable
|
H A D | tp84.h | 26 m_bg_colorram(*this, "bg_colorram"), in tp84_state() 47 required_shared_ptr<uint8_t> m_bg_colorram; variable
|
H A D | appoooh.h | 22 m_bg_colorram(*this, "bg_colorram"), in appoooh_state() 69 required_shared_ptr<uint8_t> m_bg_colorram; variable
|
/dports/emulators/mess/mame-mame0226/src/mame/drivers/ |
H A D | lucky74.cpp | 948 …map(0xe800, 0xefff).ram().w(FUNC(lucky74_state::bg_colorram_w)).share(m_bg_colorram); … in prg_map()
|
/dports/emulators/mame/mame-mame0226/src/mame/drivers/ |
H A D | lucky74.cpp | 948 …map(0xe800, 0xefff).ram().w(FUNC(lucky74_state::bg_colorram_w)).share(m_bg_colorram); … in prg_map()
|