mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
don't spam DMA message
VR US triggers this
This commit is contained in:
parent
8b9dbcde38
commit
310d973b9e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue