mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some dma improvements
no idea if anything needs this, shouldn't hurt either
This commit is contained in:
parent
7feeb88062
commit
0c7d1ba332
5 changed files with 156 additions and 148 deletions
|
@ -276,7 +276,8 @@ PICO_INTERNAL int CheckDMA(void)
|
|||
Pico.m.dma_xfers -= xfers_can;
|
||||
}
|
||||
|
||||
elprintf(EL_VDPDMA, "~Dma %i op=%i can=%i burn=%i [%i]", Pico.m.dma_xfers, dma_op1, xfers_can, burn, SekCyclesDone());
|
||||
elprintf(EL_VDPDMA, "~Dma %i op=%i can=%i burn=%i [%u]",
|
||||
Pico.m.dma_xfers, dma_op1, xfers_can, burn, SekCyclesDone());
|
||||
//dprintf("~aim: %i, cnt: %i", SekCycleAim, SekCycleCnt);
|
||||
return burn;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue