Home
last modified time | relevance | path

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

/dports/games/libretro-mu/Mu-ff746b8/src/
H A Ddbvz.c304 …uint8_t icrPolSwap = (!!(icr & 0x1000) << 7 | !!(icr & 0x2000) << 6 | !!(icr & 0x4000) << 5 | !!(i… in checkPortDInterrupts() local
306 …uint8_t portDInterruptValue = getPortDValue() ^ icrPolSwap;//not the same as the actual pin values… in checkPortDInterrupts()