mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
n64: sp dma skip only for dram address, regardless of transfer direction
This commit is contained in:
parent
0aaf4f00fd
commit
6f36d9c975
@ -587,7 +587,7 @@ void n64_periphs::sp_dma(int direction)
|
||||
sp_mem_addr += length;
|
||||
sp_dram_addr += length;
|
||||
|
||||
sp_mem_addr += sp_dma_skip;
|
||||
sp_dram_addr += sp_dma_skip;
|
||||
}
|
||||
}
|
||||
else // I/DMEM -> RDRAM
|
||||
|
Loading…
Reference in New Issue
Block a user