From: izydorst Date: Wed, 15 Aug 2001 16:08:15 +0000 (+0000) Subject: info about c1541 in docs, lowered highest available address to $6000 due to X-Git-Tag: V2.12.0~2730 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9346c3fbacca194b4589195b2256dac9b23b0639;p=cc65 info about c1541 in docs, lowered highest available address to $6000 due to posiblity of overwriting C stack by drawing/copying to screen backbuffer git-svn-id: svn://svn.cc65.org/cc65/trunk@847 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/geos.sgml b/doc/geos.sgml index 3a2f8eea0..b1df8990b 100644 --- a/doc/geos.sgml +++ b/doc/geos.sgml @@ -59,7 +59,8 @@ The software needed: name="http://www.von-bassewitz.de/uz/cc65/"> + name="http://www.cs.cmu.edu/~dsladic/vice/vice.html">. VICE package contains + c1541 program that is able to convert/unconvert GEOS files to disk images. $7900 + lda #>$6000 sta sp+1 ; Set argument stack ptr ; Call module constructors diff --git a/src/ld65/cfg/geos.cfg b/src/ld65/cfg/geos.cfg index e86aafc77..f68e4871d 100644 --- a/src/ld65/cfg/geos.cfg +++ b/src/ld65/cfg/geos.cfg @@ -1,6 +1,6 @@ MEMORY { HEADER: start = $204, size = 508, file = %O; - RAM: start = $400, size = $7C00, file = %O; + RAM: start = $400, size = $5C00, file = %O; } SEGMENTS { HEADER: load = HEADER, type = ro;