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

Function FCEU_CheatSetByte

src/cheat.cpp:862–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862void FCEU_CheatSetByte(uint32 A, uint8 V)
863{
864 if(CheatRPtrs[A>>10])
865 CheatRPtrs[A>>10][A]=V;
866 else if(A < 0x10000)
867 BWrite[A](A, V);
868}
869
870// disable all cheats
871int FCEU_DisableAllCheats(void)

Callers 1

legacymemory_writebyteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected