Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
uint8 *GetNesCHRPointer(int A){
326
return CHRptr[0]+A;
327
}
328
329
uint8 GetMem(uint16 A) {
330
if ((A >= 0x2000) && (A < 0x4000)) // PPU regs and their mirrors
Callers
3
WriteFileData
Function · 0.85
writeMem
Function · 0.85
writeMem
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected