Removed C_MEM_MAX_SIZE
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1073
This commit is contained in:
parent
7338e63566
commit
fdd6fdcb2c
1 changed files with 1 additions and 2 deletions
|
@ -172,8 +172,7 @@ void DOSBOX_Init(void) {
|
|||
|
||||
secprop->AddInitFunction(&IO_Init);
|
||||
secprop->AddInitFunction(&MEM_Init);
|
||||
/* Keep 1 mb free for video memory some day */
|
||||
secprop->Add_int("memsize",C_MEM_MAX_SIZE-1);
|
||||
secprop->Add_int("memsize",8); //Default to 8 mb total memory
|
||||
secprop->AddInitFunction(&CALLBACK_Init);
|
||||
secprop->AddInitFunction(&PIC_Init);
|
||||
secprop->AddInitFunction(&PROGRAMS_Init);
|
||||
|
|
Loading…
Add table
Reference in a new issue