MCPcopy Create free account
hub / github.com/TASEmulators/fceux / setprg4

Function setprg4

src/cart.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void setprg4(uint32 A, uint32 V) {
175 setprg4r(0, A, V);
176}
177
178void setprg8r(int r, uint32 A, uint32 V) {
179 if (PRGsize[r] >= 8192) {

Callers 8

BANKSETFunction · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
SyncFunction · 0.85
SyncKS7037Function · 0.85
SyncFunction · 0.85
SyncFunction · 0.85

Calls 1

setprg4rFunction · 0.85

Tested by

no test coverage detected