Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ setprg2r
Function
setprg2r
src/cart.cpp:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
void setprg2r(int r, uint32 A, uint32 V) {
161
V &= PRGmask2[r];
162
setpageptr(2, A, PRGptr[r] ? (&PRGptr[r][V << 11]) : 0, PRGram[r]);
163
}
164
165
void setprg2(uint32 A, uint32 V) {
166
setprg2r(0, A, V);
Callers
7
setprg2
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
MALEEPower
Function · 0.85
Calls
1
setpageptr
Function · 0.85
Tested by
no test coverage detected