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

Function DECLFW

src/cart.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147DECLFW(CartBW) {
148 //printf("Ok: %04x:%02x, %d\n",A,V,PRGIsRAM[A>>11]);
149 if (PRGIsRAM[A >> 11] && Page[A >> 11])
150 Page[A >> 11][A] = V;
151}
152
153DECLFR(CartBROB) {
154 if (!Page[A >> 11])

Callers

nothing calls this directly

Calls 1

FixGenieMapFunction · 0.85

Tested by

no test coverage detected