Avoid ram from 0xfda2 through feff, its funky
[fw/altos] / Makefile
index 7bf2bee5d0d6ad71647d5c167d1da712efd26e40..2a6b7adc4f217b4dba59d3b4e2b416de154281dc 100644 (file)
--- 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 \