Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ RomPageIndexForAddress
Function
RomPageIndexForAddress
src/drivers/win/debuggersp.cpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
int GetNesFileAddress(int A);
36
37
inline int RomPageIndexForAddress(int addr) { return (addr-0x8000)>>(debuggerPageSize); }
38
39
//old
40
//Name* lastBankNames = 0;
Callers
2
getNamesPointerForAddress
Function · 0.85
setNamesPointerForAddress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected