From 310d973b9e4f25c0359d5a489d6c061ea989a92a Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 21 Jan 2018 19:03:51 +0200 Subject: [PATCH] don't spam DMA message VR US triggers this --- pico/videoport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2