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

Function DECLFW

src/boards/246.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static DECLFW(M246Write) {
46 regs[A & 7] = V;
47 Sync();
48}
49
50static void M246Power(void) {
51 regs[0] = regs[1] = regs[2] = regs[3] = ~0;

Callers

nothing calls this directly

Calls 1

SyncFunction · 0.70

Tested by

no test coverage detected