Move A2 load address from $7FD to $800 to allow loading with A2 ProDOS.

This commit is contained in:
Oliver Schmidt 2013-12-15 22:42:45 +01:00
parent ff28c1bb45
commit 33ef220855

View File

@ -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 {