Added room for data, made room for rom smaller

This commit is contained in:
ceriel 1987-03-12 17:53:32 +00:00
parent 3f566164c2
commit 755ea27d46

View file

@ -13,7 +13,8 @@
#define K 1024L
mems[ALLOEMIT + 0].mem_left = 64 * K;
mems[ALLOEMIT + 1].mem_left = 64 * K;
mems[ALLOEMIT + 1].mem_left = 8 * K;
mems[ALLOEMIT + 2].mem_left = 64 * K;
mems[ALLORELO].mem_left = 64 * K;
mems[ALLOLOCL].mem_left = 64 * K;
mems[ALLOGLOB].mem_left = 64 * K;