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

Method debug_log

src/ppu.cpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 void debug_log()
283 {
284 FCEU_printf("ppur: fv(%d), v(%d), h(%d), vt(%d), ht(%d)\n",fv,v,h,vt,ht);
285 FCEU_printf(" _fv(%d), _v(%d), _h(%d), _vt(%d), _ht(%d)\n",_fv,_v,_h,_vt,_ht);
286 FCEU_printf(" fh(%d), s(%d), par(%d)\n",fh,s,par);
287 FCEU_printf(" .status cycle(%d), end_cycle(%d), sl(%d)\n",status.cycle,status.end_cycle,status.sl);
288 }
289} ppur;
290
291int newppu_get_scanline() { return ppur.status.sl; }

Callers

nothing calls this directly

Calls 1

FCEU_printfFunction · 0.85

Tested by

no test coverage detected