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

Function GetNesPRGPointer

src/debug.cpp:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321uint8 *GetNesPRGPointer(int A){
322 return PRGptr[0]+A;
323}
324
325uint8 *GetNesCHRPointer(int A){
326 return CHRptr[0]+A;

Callers 7

GetRomAddressFunction · 0.85
WriteFileDataFunction · 0.85
AssemblerCallBFunction · 0.85
PatcherCallBFunction · 0.85
UpdatePatcherFunction · 0.85
writeMemFunction · 0.85
writeMemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected