MCPcopy Create free account
hub / github.com/TASEmulators/fceux / reset

Method reset

src/ppu.cpp:172–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 PPUSTATUS status;
171
172 void reset() {
173 fv = v = h = vt = ht = 0;
174 fh = par = s = 0;
175 _fv = _v = _h = _vt = _ht = 0;
176 status.cycle = 0;
177 status.end_cycle = 341;
178 status.sl = 241;
179 }
180
181 void install_latches() {
182 fv = _fv;

Callers 2

FCEUX_PPU_LoopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected