MCPcopy 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

35int GetNesFileAddress(int A);
36
37inline int RomPageIndexForAddress(int addr) { return (addr-0x8000)>>(debuggerPageSize); }
38
39//old
40//Name* lastBankNames = 0;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected