MCPcopy 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
88static DECLFW(M68WriteLo) {
89 if (!V) {
90 count = 0;
91 setprg16r((PRGptr[1]) ? kogame : 0, 0x8000, prg_reg);
92 }
93 CartBW(A, V);
94}
95
96static DECLFW(M68WriteCHR) {
97 chr_reg[(A >> 12) & 3] = V;

Callers

nothing calls this directly

Calls 3

setprg16rFunction · 0.85
M68NTfixFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected