don't spam DMA message

VR US triggers this
This commit is contained in:
notaz 2018-01-21 19:03:51 +02:00
parent 8b9dbcde38
commit 310d973b9e

View file

@ -307,7 +307,7 @@ static NOINLINE void CommandDma(void)
if ((pvid->reg[1]&0x10)==0) return; // DMA not enabled if ((pvid->reg[1]&0x10)==0) return; // DMA not enabled
if (Pico.m.dma_xfers) if (Pico.m.dma_xfers)
elprintf(EL_VDPDMA|EL_ANOMALY, "Dma overlap, left=%d @ %06x", elprintf(EL_VDPDMA, "Dma overlap, left=%d @ %06x",
Pico.m.dma_xfers, SekPc); Pico.m.dma_xfers, SekPc);
len = GetDmaLength(); len = GetDmaLength();