We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdef244 commit b815744Copy full SHA for b815744
bsnes/sfc/coprocessor/sa1/dma.cpp
@@ -3,7 +3,7 @@ auto SA1::dmaNormal() -> void {
3
while(mmio.dtc--) {
4
uint8 data = r.mdr;
5
uint24 source = mmio.dsa++;
6
- uint16 target = mmio.dda++;
+ uint24 target = mmio.dda++;
7
8
if(mmio.sd == DMA::SourceROM && mmio.dd == DMA::DestBWRAM) {
9
step();
0 commit comments