Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
uint8 *GetNesPRGPointer(int A){
322
return PRGptr[0]+A;
323
}
324
325
uint8 *GetNesCHRPointer(int A){
326
return CHRptr[0]+A;
Callers
7
GetRomAddress
Function · 0.85
WriteFileData
Function · 0.85
AssemblerCallB
Function · 0.85
PatcherCallB
Function · 0.85
UpdatePatcher
Function · 0.85
writeMem
Function · 0.85
writeMem
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected