Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/72.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
};
34
35
static void Sync(void) {
36
setprg16(0x8000, preg);
37
setprg16(0xC000, ~0);
38
setchr8(creg);
39
}
40
41
static DECLFW(M72Write) {
42
if (V & 0x80)
Callers
3
DECLFW
Function · 0.70
M72Power
Function · 0.70
StateRestore
Function · 0.70
Calls
2
setprg16
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected