MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUI_FindCheatMapByte

Function FCEUI_FindCheatMapByte

src/cheat.cpp:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906int FCEUI_FindCheatMapByte(uint16 address)
907{
908 return cheatMap[address / 8] >> (address % 8) & 1;
909}
910
911void FCEUI_SetCheatMapByte(uint16 address, bool cheat)
912{

Callers 4

UpdateColorTableFunction · 0.85
UpdateMemWatchFunction · 0.85
paintEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected