Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/neogeo/
H A Dneo_text.cpp17 static INT32 nBankLookupShift[40]; variable
136 nTile += (((pBankInfo[nBankLookupAddress[x]] >> nBankLookupShift[x]) & 3) ^ 3) << 12; in NeoRenderText()
388 nBankLookupShift[x] = (5 - (x % 6)) << 1; in NeoInitText()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/neogeo/
H A Dneo_text.cpp17 static INT32 nBankLookupShift[40]; variable
136 nTile += (((pBankInfo[nBankLookupAddress[x]] >> nBankLookupShift[x]) & 3) ^ 3) << 12; in NeoRenderText()
388 nBankLookupShift[x] = (5 - (x % 6)) << 1; in NeoInitText()