Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/41.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
};
32
33
static void Sync(void) {
34
setprg32(0x8000, mainreg & 7);
35
setchr8(chrreg);
36
setmirror(mirror);
37
}
38
39
static DECLFW(M41Write0) {
40
mainreg = A & 0xFF;
Callers
3
DECLFW
Function · 0.70
M41Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg32
Function · 0.85
setchr8
Function · 0.85
setmirror
Function · 0.85
Tested by
no test coverage detected