From f155333ae18a25068644792e8940269d9fb28033 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 24 Apr 2009 00:15:09 -0700 Subject: Avoid ram from 0xfda2 through feff, its funky --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7bf2bee5..2a6b7adc 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CC=sdcc CFLAGS=--model-small --debug --opt-code-speed LDFLAGS=--out-fmt-ihx --code-loc 0x0000 --code-size 0x8000 \ - --xram-loc 0xf000 --xram-size 0xf00 --iram-size 0xff + --xram-loc 0xf000 --xram-size 0xda2 --iram-size 0xff INC = \ ao.h \ -- cgit v1.2.3