Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/42.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
};
39
40
static void Sync(void) {
41
setprg8(0x6000, preg);
42
setprg32(0x8000, ~0);
43
setchr8(creg);
44
setmirror(mirr);
45
}
46
47
static DECLFW(M42Write) {
48
switch (A & 0xE003) {
Callers
3
DECLFW
Function · 0.70
M42Power
Function · 0.70
StateRestore
Function · 0.70
Calls
4
setprg8
Function · 0.85
setprg32
Function · 0.85
setchr8
Function · 0.85
setmirror
Function · 0.85
Tested by
no test coverage detected