notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9dbcd
)
don't spam DMA message
author
notaz
<notasas@gmail.com>
Sun, 21 Jan 2018 17:03:51 +0000
(19:03 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 21 Jan 2018 17:03:51 +0000
(19:03 +0200)
VR US triggers this
pico/videoport.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/videoport.c
b/pico/videoport.c
index
9def819
..
aadba24
100644
(file)
--- 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
\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