Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
static void MMC1CHR(void) {
51
setchr8((r40C0 >> 3) & 1);
52
}
53
54
static void MMC1PRG(void) {
55
uint8 offs_16banks = DRegs[1] & 0x10;
Callers
3
MMC1_Restore
Function · 0.70
MMC1CMReset
Function · 0.70
DECLFW
Function · 0.70
Calls
1
setchr8
Function · 0.85
Tested by
no test coverage detected