Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/79.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
};
31
32
static void Sync(void) {
33
setprg32(0x8000, preg);
34
setchr8(creg);
35
}
36
37
static DECLFW(M79Write) {
38
if ((A < 0x8000) && ((A ^ 0x4100) == 0)) {
Callers
6
DECLFW
Function · 0.70
M79Power
Function · 0.70
StateRestore
Function · 0.70
DECLFW
Function · 0.70
MPower
Function · 0.70
MRestore
Function · 0.70
Calls
2
setprg32
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected