MCPcopy 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
38static 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
49static DECLFW(M176Write_5001)
50{

Callers 3

DECLFWFunction · 0.70
M176PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8rFunction · 0.85
setprg8Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected