1
0
Fork 0

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:
Sebastian Strohhäcker 2010-09-26 15:26:46 +00:00
parent 03190a56be
commit 974158842f
4 changed files with 90 additions and 46 deletions

View file

@ -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