Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/vrc3.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
static void Sync(void) {
46
setprg8r(0x10, 0x6000, 0);
47
setprg16(0x8000, preg);
48
setprg16(0xC000, ~0);
49
setchr8(0);
50
}
51
52
static DECLFW(M73Write) {
53
switch (A & 0xF000) {
Callers
3
DECLFW
Function · 0.70
M73Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg8r
Function · 0.85
setprg16
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected