This commit is contained in:
2026-05-28 18:06:37 +02:00
parent 920b77d381
commit bb97dcc23f
2 changed files with 24 additions and 4 deletions
+4
View File
@@ -177,6 +177,10 @@ void RSP::DMA<false>() {
auto &dst = spDMASPAddr.bank ? imem : dmem;
u32 mem_address = spDMASPAddr.address & 0xFF8;
if (spDMASPAddr.bank) {
cachedState.EvictCachedBlock(mem_address);
}
u32 dram_address = spDMADRAMAddr.address & 0xFFFFF8;
trace("SP DMA from RDRAM to RSP (size: {} B, {:08X} to {:08X})", length, dram_address, mem_address);