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

Function SyncPrg

src/boards/183.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41static void SyncPrg(void) {
42 setprg8(0x6000, prg[3]);
43 setprg8(0x8000, prg[0]);
44 setprg8(0xA000, prg[1]);
45 setprg8(0xC000, prg[2]);
46 setprg8(0xE000, ~0);
47}
48
49static void SyncMirr(void) {
50 switch (mirr) {

Callers 3

StateRestoreFunction · 0.70
DECLFWFunction · 0.70
M183PowerFunction · 0.70

Calls 1

setprg8Function · 0.85

Tested by

no test coverage detected