Added XMS_GetSize
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@950
This commit is contained in:
parent
bb30f7f309
commit
6910b58618
2 changed files with 9 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue