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

Function Sync

src/boards/inlnsf.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31static void Sync(void) {
32 for (int i=0; i < 8; ++i)
33 {
34 setprg4(0x8000 + (0x1000 * i), regs[i]);
35 }
36}
37
38static DECLFW(M31Write) {
39 if (A >= 0x5000 && A <= 0x5FFF)

Callers 3

DECLFWFunction · 0.70
M31PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 1

setprg4Function · 0.85

Tested by

no test coverage detected