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

Function GetReadHandler

src/fceu.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313readfunc GetReadHandler(int32 a) {
314 if (a >= 0x8000 && RWWrap)
315 return AReadG[a - 0x8000];
316 else
317 return ARead[a];
318}
319
320void SetReadHandler(int32 start, int32 end, readfunc func) {
321 int32 x;

Callers 4

FCEU_VSUniPowerFunction · 0.85
RebuildSubCheatsFunction · 0.85
FixGenieMapFunction · 0.85
UNLOneBusPowerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected