don't spam DMA message
[picodrive.git] / 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