MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Sync

Function Sync

src/boards/famicombox.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setprg2r(0x10, 0x0800, 0);
35 setprg2r(0x10, 0x1000, 1);
36 setprg2r(0x10, 0x1800, 2);
37 setprg8r(0x10, 0x6000, 1);
38 setprg16(0x8000, 0);
39 setprg16(0xC000, ~0);
40 setchr8(0);
41}
42
43//static DECLFW(SSSNROMWrite)
44//{

Callers 2

SSSNROMPowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 4

setprg2rFunction · 0.85
setprg8rFunction · 0.85
setprg16Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected