Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
static void SyncPRG(void) {
78
setprg8(0x8000, PRG[0]);
79
setprg8(0xa000, PRG[1]);
80
setprg8(0xc000, PRG[2]);
81
setprg8(0xe000, 0x3F);
82
}
83
84
static void NamcoIRQHook(int a) {
85
if (IRQa) {
Callers
4
DECLFW
Function · 0.70
Mapper19_StateRestore
Function · 0.70
N106_Power
Function · 0.70
Mapper210_StateRestore
Function · 0.70
Calls
1
setprg8
Function · 0.85
Tested by
no test coverage detected