Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DECLFW
Function
DECLFW
src/boards/68.cpp:88–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
static DECLFW(M68WriteLo) {
89
if (!V) {
90
count = 0;
91
setprg16r((PRGptr[1]) ? kogame : 0, 0x8000, prg_reg);
92
}
93
CartBW(A, V);
94
}
95
96
static DECLFW(M68WriteCHR) {
97
chr_reg[(A >> 12) & 3] = V;
Callers
nothing calls this directly
Calls
3
setprg16r
Function · 0.85
M68NTfix
Function · 0.85
Sync
Function · 0.70
Tested by
no test coverage detected