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

Function Sync

src/boards/le05.cpp:33–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setprg2r(0, 0xE000, 0);
35 setprg2r(0, 0xE800, 0);
36 setprg2r(0, 0xF000, 0);
37 setprg2r(0, 0xF800, 0);
38
39 setprg8r(1, 0x6000, 3);
40 setprg8r(1, 0x8000, 0);
41 setprg8r(1, 0xA000, 1);
42 setprg8r(1, 0xC000, 2);
43
44 setchr8(chr & 1);
45 setmirror(MI_V);
46}
47
48static DECLFW(LE05Write) {
49 chr = V;

Callers 2

DECLFWFunction · 0.70
LE05PowerFunction · 0.70

Calls 4

setprg2rFunction · 0.85
setprg8rFunction · 0.85
setchr8Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected