Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DECLFW
Function
DECLFW
src/boards/fns.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
static int IRQa, IRQCount;
36
37
FCEU_MAYBE_UNUSED
38
static DECLFW(MBWRAM) {
39
if (!(DRegs[3] & 0x10))
40
Page[A >> 11][A] = V;
41
}
42
43
FCEU_MAYBE_UNUSED
44
static DECLFR(MAWRAM) {
Callers
nothing calls this directly
Calls
4
FCEU_printf
Function · 0.85
MMC1PRG
Function · 0.70
MMC1MIRROR
Function · 0.70
MMC1CHR
Function · 0.70
Tested by
no test coverage detected