XT models can now have less than 640kB RAM.

This commit is contained in:
TomW 2015-11-18 20:28:57 +00:00
commit c47df21a82
9 changed files with 139 additions and 83 deletions

View file

@ -552,7 +552,7 @@ void loadconfig(char *fn)
if (p) strcpy(discfns[1], p);
else strcpy(discfns[1], "");
mem_size = config_get_int(NULL, "mem_size", 4);
mem_size = config_get_int(NULL, "mem_size", 4096);
cdrom_drive = config_get_int(NULL, "cdrom_drive", 0);
cdrom_enabled = config_get_int(NULL, "cdrom_enabled", 0);