Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
906
int FCEUI_FindCheatMapByte(uint16 address)
907
{
908
return cheatMap[address / 8] >> (address % 8) & 1;
909
}
910
911
void FCEUI_SetCheatMapByte(uint16 address, bool cheat)
912
{
Callers
4
FCEU_CalcCheatAffectedBytes
Function · 0.85
UpdateColorTable
Function · 0.85
UpdateMemWatch
Function · 0.85
paintEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected