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:
parent
95ac285db1
commit
e20e8fa92c
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue