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

Function GetWriteHandler

src/fceu.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338writefunc GetWriteHandler(int32 a) {
339 if (RWWrap && a >= 0x8000)
340 return BWriteG[a - 0x8000];
341 else
342 return BWrite[a];
343}
344
345void SetWriteHandler(int32 start, int32 end, writefunc func) {
346 int32 x;

Callers 9

FCEU_VSUniPowerFunction · 0.85
writeMemFunction · 0.85
undoInstructionFunction · 0.85
writeMemMethod · 0.85
ramWatch_cell_edited_cbFunction · 0.85
M99PowerFunction · 0.85
Power2Function · 0.85
UNLOneBusPowerFunction · 0.85
UNLCITYFIGHTPowerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected