From d431ff02cef9b5e3438080aa05e4feeff21e26b6 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 15 Dec 2013 22:42:45 +0100 Subject: [PATCH] Move A2 load address from $7FD to $800 to allow loading with A2 ProDOS. --- cfg/a2bin.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/a2bin.cfg b/cfg/a2bin.cfg index 775830c..adc9518 100644 --- a/cfg/a2bin.cfg +++ b/cfg/a2bin.cfg @@ -3,7 +3,7 @@ MEMORY { ZP: start = $00, size = $08, type = rw, define = yes; #zero size as we hand allocate all ZP locations IP65ZP: start = $E0, size = $0, type = rw, define = yes; #zero size as we hand allocate all ZP locations HEADER: start = $0000, size = $10, file = %O; - RAM: start = $800, size = $8000, file = %O, define=yes; + RAM: start = $803, size = $8000, file = %O, define=yes; PAGE3: start = $2C0, size = 272; } SEGMENTS {