Moved the zero page locations for the PET machines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1547 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $02, size = $1A, type = rw, define = yes;
|
ZP: start = $55, size = $1A, type = rw, define = yes;
|
||||||
RAM: start = $03FF, size = $7BFF, file = %O;
|
RAM: start = $03FF, size = $7BFF, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
|
|||||||
Reference in New Issue
Block a user