Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_CheatAddRAM
Function
FCEU_CheatAddRAM
src/cheat.cpp:52–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p)
53
{
54
uint32 AB=A>>10;
55
int x;
56
57
for(x=s-1;x>=0;x--)
58
CheatRPtrs[AB+x]=p-A;
59
}
60
61
62
CHEATF_SUBFAST SubCheats[256];
Callers
15
PowerNES
Function · 0.85
M112Power
Function · 0.85
M186Power
Function · 0.85
UNLD2000Power
Function · 0.85
MMC5WRAM
Function · 0.85
GenMMC5Power
Function · 0.85
N106_Power
Function · 0.85
COOLGIRL_Power
Function · 0.85
M177Power
Function · 0.85
FNS_Power
Function · 0.85
M68Power
Function · 0.85
M246Power
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected