Make system handler 24 pages, Fixes Mega Blast and maybe others. Thanks ripsaw
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3820
This commit is contained in:
parent
16696af9b6
commit
28fe87edce
1 changed files with 1 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ public:
|
|||
emm_segmentmappings[i].handle=NULL_HANDLE;
|
||||
}
|
||||
|
||||
EMM_AllocateSystemHandle(8); // allocate OS-dedicated handle (ems handle zero, 128kb)
|
||||
EMM_AllocateSystemHandle(24); // allocate OS-dedicated handle (ems handle zero, 384kb)
|
||||
|
||||
if (ems_type==3) {
|
||||
DMA_SetWrapping(0xffffffff); // emm386-bug that disables dma wrapping
|
||||
|
|
Loading…
Add table
Reference in a new issue