1
0
Fork 0

Some dma changes to make the world a better place

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4279
This commit is contained in:
Sjoerd van der Berg 2019-11-02 11:21:48 +00:00
parent 95ac285db1
commit e20e8fa92c
2 changed files with 3 additions and 3 deletions

View file

@ -308,7 +308,7 @@ again:
currcnt=0xffff;
masked=true;
UpdateEMSMapping();
DoCallBack(DMA_TRANSFEREND);
DoCallBack(DMA_MASKED);
}
}
return done;
@ -340,7 +340,7 @@ again:
currcnt=0xffff;
masked=true;
UpdateEMSMapping();
DoCallBack(DMA_TRANSFEREND);
DoCallBack(DMA_MASKED);
}
}
return done;