Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/186.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
};
62
63
static void Sync(void) {
64
setprg8r(0x10, 0x6000, regs[0] >> 6);
65
setprg16(0x8000, regs[1]);
66
setprg16(0xc000, 0);
67
}
68
69
static DECLFW(M186Write) {
70
if (A & 0x4203) regs[A & 3] = V;
Callers
3
DECLFW
Function · 0.70
M186Power
Function · 0.70
M186Restore
Function · 0.70
Calls
2
setprg8r
Function · 0.85
setprg16
Function · 0.85
Tested by
no test coverage detected