memsize option in config file added.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@945
This commit is contained in:
parent
199b75bf50
commit
c1248eca43
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ 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->AddInitFunction(&CALLBACK_Init);
|
||||
secprop->AddInitFunction(&PIC_Init);
|
||||
secprop->AddInitFunction(&PROGRAMS_Init);
|
||||
|
|
Loading…
Add table
Reference in a new issue