Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void setprg4(uint32 A, uint32 V) {
175
setprg4r(0, A, V);
176
}
177
178
void setprg8r(int r, uint32 A, uint32 V) {
179
if (PRGsize[r] >= 8192) {
Callers
8
BANKSET
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
SyncKS7037
Function · 0.85
Sync
Function · 0.85
Sync
Function · 0.85
Calls
1
setprg4r
Function · 0.85
Tested by
no test coverage detected