mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-09 00:15:28 +01:00
don't spam DMA message
VR US triggers this
This commit is contained in:
parent
6b8652a8a2
commit
c6fad448ae
@ -307,7 +307,7 @@ static NOINLINE void CommandDma(void)
|
||||
if ((pvid->reg[1]&0x10)==0) return; // DMA not enabled
|
||||
|
||||
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);
|
||||
|
||||
len = GetDmaLength();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user