oops. activated xms handler again.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@953
This commit is contained in:
parent
da7f3c8829
commit
96600069ec
1 changed files with 2 additions and 2 deletions
|
@ -453,10 +453,10 @@ void XMS_Init(Section* sec) {
|
|||
if (!size) return;
|
||||
if (size>C_MEM_MAX_SIZE-1) size=C_MEM_MAX_SIZE-1;
|
||||
xms_size = size;
|
||||
/* DOS_AddMultiplexHandler(multiplex_xms);
|
||||
DOS_AddMultiplexHandler(multiplex_xms);
|
||||
call_xms=CALLBACK_Allocate();
|
||||
CALLBACK_Setup(call_xms,&XMS_Handler,CB_RETF);
|
||||
xms_callback=CALLBACK_RealPointer(call_xms);*/
|
||||
xms_callback=CALLBACK_RealPointer(call_xms);
|
||||
/* Setup the handler table */
|
||||
Bitu i;
|
||||
for (i=0;i<XMS_HANDLES;i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue