MCPcopy 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

35static int IRQa, IRQCount;
36
37FCEU_MAYBE_UNUSED
38static DECLFW(MBWRAM) {
39 if (!(DRegs[3] & 0x10))
40 Page[A >> 11][A] = V;
41}
42
43FCEU_MAYBE_UNUSED
44static DECLFR(MAWRAM) {

Callers

nothing calls this directly

Calls 4

FCEU_printfFunction · 0.85
MMC1PRGFunction · 0.70
MMC1MIRRORFunction · 0.70
MMC1CHRFunction · 0.70

Tested by

no test coverage detected