1
0
Fork 0

oops. activated xms handler again.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@953
This commit is contained in:
Ulf Wohlers 2003-04-20 12:42:23 +00:00
parent da7f3c8829
commit 96600069ec

View file

@ -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++) {