mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-03-05 20:29:58 +00:00
Move A2 load address from $7FD to $800 to allow loading with A2 ProDOS.
This commit is contained in:
parent
ff28c1bb45
commit
33ef220855
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user