| 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 | |
| 291 | int newppu_get_scanline() { return ppur.status.sl; } |
nothing calls this directly
no test coverage detected