Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/snes/
H A Dinterface.cpp68 static uint8 ScopeBLatch[2]; variable
301 bool old_ost = (ScopeBLatch[port] & 0x02); in input_poll()
305 ScopeBLatch[port] = *(uint8 *)(InputPtr[port] + 4); in input_poll()
307 if(!old_ost && (ScopeBLatch[port] & 0x02)) in input_poll()
384 bool trigo = (bool)(ScopeBLatch[port] & 0x01); in input_poll()
397 return((bool)(ScopeBLatch[port] & 0x10)); in input_poll()
401 return((bool)(ScopeBLatch[port] & 0x08)); in input_poll()
405 return((bool)(ScopeBLatch[port] & 0x04)); in input_poll()
1009 SFVAR(ScopeBLatch), in StateAction()