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

Function MMC1CHR

src/boards/fns.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static void MMC1CHR(void) {
51 setchr8((r40C0 >> 3) & 1);
52}
53
54static void MMC1PRG(void) {
55 uint8 offs_16banks = DRegs[1] & 0x10;

Callers 3

MMC1_RestoreFunction · 0.70
MMC1CMResetFunction · 0.70
DECLFWFunction · 0.70

Calls 1

setchr8Function · 0.85

Tested by

no test coverage detected