Home
last modified time | relevance | path

Searched refs:xorval32cur (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dn64.cpp2836 const int32_t xorval32cur = (j & 1) ? WORD_XOR_DWORD_SWAP : WORD_ADDR_XOR; in cmd_load_tile() local
2841 uint32_t ptr = ((tline + i) ^ xorval32cur) & 0x3ff; in cmd_load_tile()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dn64.cpp2836 const int32_t xorval32cur = (j & 1) ? WORD_XOR_DWORD_SWAP : WORD_ADDR_XOR; in cmd_load_tile() local
2841 uint32_t ptr = ((tline + i) ^ xorval32cur) & 0x3ff; in cmd_load_tile()