1
0
Fork 0

Removed C_MEM_MAX_SIZE

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1073
This commit is contained in:
Sjoerd van der Berg 2003-06-18 07:16:31 +00:00
parent 7338e63566
commit fdd6fdcb2c

View file

@ -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);