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

Function FCEU_CheatResetRAM

src/cheat.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42unsigned int FrozenAddressCount = 0; //Keeps up with the Frozen address count, necessary for using in other dialogs (such as hex editor)
43
44void FCEU_CheatResetRAM(void)
45{
46 int x;
47
48 for(x=0;x<64;x++)
49 CheatRPtrs[x]=0;
50}
51
52void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p)
53{

Callers 1

PowerNESFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected