DS DMA: Fix ITCM blocking
Vicki Pfau vi@endrift.com
Fri, 07 Apr 2017 00:12:23 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/ds/dma.c
→
src/ds/dma.c
@@ -226,7 +226,7 @@ }
} info->when += cycles; - if (source >= DS_BASE_RAM) { + if (source >= DS_BASE_RAM && dest >= DS_BASE_RAM) { uint32_t word; if (width == 4) { word = cpu->memory.load32(cpu, source, 0);