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

Function Sync

src/boards/186.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63static void Sync(void) {
64 setprg8r(0x10, 0x6000, regs[0] >> 6);
65 setprg16(0x8000, regs[1]);
66 setprg16(0xc000, 0);
67}
68
69static DECLFW(M186Write) {
70 if (A & 0x4203) regs[A & 3] = V;

Callers 3

DECLFWFunction · 0.70
M186PowerFunction · 0.70
M186RestoreFunction · 0.70

Calls 2

setprg8rFunction · 0.85
setprg16Function · 0.85

Tested by

no test coverage detected