1
0
Fork 0

Added XMS_GetSize

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@950
This commit is contained in:
Ulf Wohlers 2003-04-20 12:12:43 +00:00
parent bb30f7f309
commit 6910b58618
2 changed files with 9 additions and 2 deletions

View file

@ -19,6 +19,9 @@
#ifndef __XMS_H__
#define __XMS_H__
// Return size of xms mem in mb
Bitu XMS_GetSize (void);
Bitu XMS_QueryFreeMemory (Bit16u& largestFree, Bit16u& totalFree);
Bitu XMS_AllocateMemory (Bitu size, Bit16u& handle);
Bitu XMS_FreeMemory (Bitu handle);