From: notaz Date: Sun, 21 Jan 2018 17:03:51 +0000 (+0200) Subject: don't spam DMA message X-Git-Tag: v1.93~11 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=commitdiff_plain;h=310d973b9e4f25c0359d5a489d6c061ea989a92a don't spam DMA message VR US triggers this --- diff --git a/pico/videoport.c b/pico/videoport.c index 9def819..aadba24 100644 --- a/pico/videoport.c +++ b/pico/videoport.c @@ -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();