From: ceriel Date: Thu, 12 Mar 1987 17:53:32 +0000 (+0000) Subject: Added room for data, made room for rom smaller X-Git-Tag: release-5-5~4407 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=755ea27d46b8bd984b58f58a389f929d9601bb27;p=ack.git Added room for data, made room for rom smaller --- diff --git a/util/led/mach.c b/util/led/mach.c index e55cb2723..b314ee505 100644 --- a/util/led/mach.c +++ b/util/led/mach.c @@ -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;