C_MAX_MEMSIZE - > C_MAX_MEM_SIZE
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@202
This commit is contained in:
parent
3650edab85
commit
0cee2d88e8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#define C_FPU 0
|
||||
|
||||
/* Maximum amount of memory we can support in megabytes*/
|
||||
#define C_MEM_MAXSIZE 16
|
||||
#define C_MEM_MAX_SIZE 16
|
||||
|
||||
/* Maximum memory available for xms, should be lower than maxsize-1 */
|
||||
#define C_MEM_XMS_SIZE 8
|
||||
|
|
Loading…
Add table
Reference in a new issue