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

Function SyncPRG

src/boards/n106.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void SyncPRG(void) {
78 setprg8(0x8000, PRG[0]);
79 setprg8(0xa000, PRG[1]);
80 setprg8(0xc000, PRG[2]);
81 setprg8(0xe000, 0x3F);
82}
83
84static void NamcoIRQHook(int a) {
85 if (IRQa) {

Callers 4

DECLFWFunction · 0.70
Mapper19_StateRestoreFunction · 0.70
N106_PowerFunction · 0.70
Mapper210_StateRestoreFunction · 0.70

Calls 1

setprg8Function · 0.85

Tested by

no test coverage detected