MCPcopy 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
160void 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
165void setprg2(uint32 A, uint32 V) {
166 setprg2r(0, A, V);

Callers 7

setprg2Function · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
MALEEPowerFunction · 0.85

Calls 1

setpageptrFunction · 0.85

Tested by

no test coverage detected