From 755ea27d46b8bd984b58f58a389f929d9601bb27 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Mar 1987 17:53:32 +0000 Subject: [PATCH] Added room for data, made room for rom smaller --- util/led/mach.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.34.1