Home
last modified time | relevance | path

Searched refs:SNES_BG3 (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dsnes_ppu.cpp648 …uint32_t hlookup = get_tile(SNES_BG3, (offset_x - 8) + (m_layer[SNES_BG3].hoffs & ~7), m_layer[SNE… in update_line()
665 …uint32_t vlookup = get_tile(SNES_BG3, (offset_x - 8) + (m_layer[SNES_BG3].hoffs & ~7), m_layer[SNE… in update_line()
1034 update_line(curline, SNES_BG3, 0); in update_mode_0()
1049 update_line(curline, SNES_BG3, 0); in update_mode_1()
1055 update_line(curline, SNES_BG3, 0); in update_mode_1()
1772 m_layer[SNES_BG3].priority[0] = 2; m_layer[SNES_BG3].priority[1] = 5; in update_video_mode()
1788 m_layer[SNES_BG3].priority[0] = 1; m_layer[SNES_BG3].priority[1] = 10; in update_video_mode()
1796 m_layer[SNES_BG3].priority[0] = 1; m_layer[SNES_BG3].priority[1] = 3; in update_video_mode()
2142 …m_layer[SNES_BG3].hoffs = (data << 8) | (m_ppu_last_scroll & ~7) | ((m_layer[SNES_BG3].hoffs >> 8)… in write()
2501 m_layer[SNES_BG3].tile_size + 1, in dbg_video()
[all …]
H A Dsnes_ppu.h93 SNES_BG3, enumerator
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dsnes_ppu.cpp648 …uint32_t hlookup = get_tile(SNES_BG3, (offset_x - 8) + (m_layer[SNES_BG3].hoffs & ~7), m_layer[SNE… in update_line()
665 …uint32_t vlookup = get_tile(SNES_BG3, (offset_x - 8) + (m_layer[SNES_BG3].hoffs & ~7), m_layer[SNE… in update_line()
1034 update_line(curline, SNES_BG3, 0); in update_mode_0()
1049 update_line(curline, SNES_BG3, 0); in update_mode_1()
1055 update_line(curline, SNES_BG3, 0); in update_mode_1()
1772 m_layer[SNES_BG3].priority[0] = 2; m_layer[SNES_BG3].priority[1] = 5; in update_video_mode()
1788 m_layer[SNES_BG3].priority[0] = 1; m_layer[SNES_BG3].priority[1] = 10; in update_video_mode()
1796 m_layer[SNES_BG3].priority[0] = 1; m_layer[SNES_BG3].priority[1] = 3; in update_video_mode()
2142 …m_layer[SNES_BG3].hoffs = (data << 8) | (m_ppu_last_scroll & ~7) | ((m_layer[SNES_BG3].hoffs >> 8)… in write()
2501 m_layer[SNES_BG3].tile_size + 1, in dbg_video()
[all …]
H A Dsnes_ppu.h93 SNES_BG3, enumerator
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/snes/
H A Dsnes_ppu.cpp38 SNES_BG3, enumerator
798SNES_BG3, snes_ppu.layer[SNES_BG3].tile_size, snes_ppu.layer[SNES_BG3].tilemap << 9, (opt_x - 8) +… in snes_update_line()
799SNES_BG3, snes_ppu.layer[SNES_BG3].tile_size, snes_ppu.layer[SNES_BG3].tilemap << 9, (opt_x - 8) +… in snes_update_line()
808SNES_BG3, snes_ppu.layer[SNES_BG3].tile_size, snes_ppu.layer[SNES_BG3].tilemap << 9, (opt_x - 8) +… in snes_update_line()
2097 snes_ppu.layer[SNES_BG3].tile_size = BIT(data, 6); in writeppu()
2106 snes_ppu.layer[SNES_BG3].mosaic_enabled = BIT(data, 2); in writeppu()
2121 snes_ppu.layer[SNES_BG3].charmap = (data & 0x0f); in writeppu()
2155 …snes_ppu.layer[SNES_BG3].hoffs = (data << 8) | (snes_ppu.ppu_last_scroll & ~7) | ((snes_ppu.layer[ in writeppu()
2392 snes_ppu.layer[SNES_BG3].main_bg_enabled = BIT(data, 2); in writeppu()
2399 snes_ppu.layer[SNES_BG3].sub_bg_enabled = BIT(data, 2); in writeppu()
[all …]