Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/t-262.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
static void Sync(void) {
35
setchr8(0);
36
setprg16(0x8000, base | bank);
37
setprg16(0xC000, base | (mode ? bank : 7));
38
setmirror(mirr);
39
}
40
41
static DECLFW(BMCT262Write) {
42
if (!lock) {
Callers
4
DECLFW
Function · 0.70
BMCT262Power
Function · 0.70
BMCT262Reset
Function · 0.70
BMCT262Restore
Function · 0.70
Calls
3
setchr8
Function · 0.85
setprg16
Function · 0.85
setmirror
Function · 0.85
Tested by
no test coverage detected