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

Function Sync

src/boards/t-262.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34static void Sync(void) {
35 setchr8(0);
36 setprg16(0x8000, base | bank);
37 setprg16(0xC000, base | (mode ? bank : 7));
38 setmirror(mirr);
39}
40
41static DECLFW(BMCT262Write) {
42 if (!lock) {

Callers 4

DECLFWFunction · 0.70
BMCT262PowerFunction · 0.70
BMCT262ResetFunction · 0.70
BMCT262RestoreFunction · 0.70

Calls 3

setchr8Function · 0.85
setprg16Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected