cyclone_debug improvements pt. 2

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@185 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-07-05 20:34:02 +00:00
parent 55ca4154a2
commit 2d0b15bb2c
7 changed files with 95 additions and 28 deletions

View file

@ -89,7 +89,7 @@ static void DmaSlow(int len)
if(Pico.m.scanline != -1) {
Pico.m.dma_bytes += len;
if ((PicoMCD&1) && (PicoOpt & 0x2000)) SekCycleCnt+=CheckDMA();
if ((PicoMCD&1) && (PicoOpt & 0x2000)) SekCyclesBurn(CheckDMA());
else SekSetCyclesLeftNoMCD(SekCyclesLeftNoMCD - CheckDMA());
} else {
// be approximate in non-accurate mode