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

Function Sync

src/boards/edu2000.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setchr8(0);
35 setprg8r(0x10, 0x6000, (reg & 0xC0) >> 6);
36 setprg32(0x8000, reg & 0x1F);
37// setmirror(((reg&0x20)>>5));
38}
39
40static DECLFW(UNLEDU2000HiWrite) {
41// FCEU_printf("%04x:%02x\n",A,V);

Callers 3

DECLFWFunction · 0.70
UNLEDU2000PowerFunction · 0.70
UNLEDU2000RestoreFunction · 0.70

Calls 3

setchr8Function · 0.85
setprg8rFunction · 0.85
setprg32Function · 0.85

Tested by

no test coverage detected