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

Function GetNesCHRPointer

src/debug.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325uint8 *GetNesCHRPointer(int A){
326 return CHRptr[0]+A;
327}
328
329uint8 GetMem(uint16 A) {
330 if ((A >= 0x2000) && (A < 0x4000)) // PPU regs and their mirrors

Callers 3

WriteFileDataFunction · 0.85
writeMemFunction · 0.85
writeMemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected