don't spam DMA message
authornotaz <notasas@gmail.com>
Sun, 21 Jan 2018 17:03:51 +0000 (19:03 +0200)
committernotaz <notasas@gmail.com>
Sun, 21 Jan 2018 17:03:51 +0000 (19:03 +0200)
VR US triggers this

pico/videoport.c

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