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

Function M165CW

src/boards/mmc3.cpp:898–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896// ---------------------------- Mapper 165 ------------------------------
897
898static void M165CW(uint32 A, uint8 V) {
899 if (V == 0)
900 setchr4r(0x10, A, 0);
901 else
902 setchr4(A, V >> 2);
903}
904
905static void M165PPUFD(void) {
906 if (EXPREGS[0] == 0xFD) {

Callers 2

M165PPUFDFunction · 0.85
M165PPUFEFunction · 0.85

Calls 2

setchr4rFunction · 0.85
setchr4Function · 0.85

Tested by

no test coverage detected