Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/inlnsf.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
static void Sync(void) {
32
for (int i=0; i < 8; ++i)
33
{
34
setprg4(0x8000 + (0x1000 * i), regs[i]);
35
}
36
}
37
38
static DECLFW(M31Write) {
39
if (A >= 0x5000 && A <= 0x5FFF)
Callers
3
DECLFW
Function · 0.70
M31Power
Function · 0.70
StateRestore
Function · 0.70
Calls
1
setprg4
Function · 0.85
Tested by
no test coverage detected