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

Function DECLFW

src/boards/186.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static DECLFW(M186Write) {
70 if (A & 0x4203) regs[A & 3] = V;
71 Sync();
72}
73
74static DECLFR(M186Read) {
75 switch (A) {

Callers

nothing calls this directly

Calls 1

SyncFunction · 0.70

Tested by

no test coverage detected