Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/177.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
setprg8r(0x10, 0x6000, 0);
37
setprg32(0x8000, reg & 0x1f);
38
setmirror(((reg & 0x20) >> 5) ^ 1);
39
}
40
41
static DECLFW(M177Write) {
42
reg = V;
Callers
3
DECLFW
Function · 0.70
M177Power
Function · 0.70
StateRestore
Function · 0.70
Calls
4
setchr8
Function · 0.85
setprg8r
Function · 0.85
setprg32
Function · 0.85
setmirror
Function · 0.85
Tested by
no test coverage detected