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

Function DECLFW

src/boards/79.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37static DECLFW(M79Write) {
38 if ((A < 0x8000) && ((A ^ 0x4100) == 0)) {
39 preg = (V >> 3) & 1;
40 }
41 creg = V & 7;
42 Sync();
43}
44
45static void M79Power(void) {
46 preg = ~0;

Callers 1

mmc3.hFile · 0.70

Calls 1

SyncFunction · 0.70

Tested by

no test coverage detected