different EMS emulation types (ems board style, emm386 extended compatibility),
fixes sound crackling in certain emm386-aware games Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3642
This commit is contained in:
parent
03190a56be
commit
974158842f
4 changed files with 90 additions and 46 deletions
|
@ -114,6 +114,8 @@ DmaChannel * GetDMAChannel(Bit8u chan);
|
|||
void CloseSecondDMAController(void);
|
||||
bool SecondDMAControllerAvailable(void);
|
||||
|
||||
void DMA_SetWrapping(Bitu wrap);
|
||||
|
||||
static Bit32u dma_wrapping = 0xffff;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue