Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/176.cpp:38–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
};
37
38
static void Sync(void)
39
{
40
setprg8r(0x10,0x6000,0);
41
setprg8(0x8000,prg[0]);
42
setprg8(0xA000,prg[1]);
43
setprg8(0xC000,prg[2]);
44
setprg8(0xE000,prg[3]);
45
46
setchr8(chr);
47
}
48
49
static DECLFW(M176Write_5001)
50
{
Callers
3
DECLFW
Function · 0.70
M176Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg8r
Function · 0.85
setprg8
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected