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

Function Sync

src/boards/lh32.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36static void Sync(void) {
37 setprg8(0x6000, reg);
38 setprg8(0x8000, ~3);
39 setprg8(0xa000, ~2);
40 setprg8r(0x10, 0xc000, 0);
41 setprg8(0xe000, ~0);
42 setchr8(0);
43}
44
45static DECLFW(LH32Write) {
46 reg = V;

Callers 3

DECLFWFunction · 0.70
LH32PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8Function · 0.85
setprg8rFunction · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected