Latest versions of startup code and config by Karri Kaksonen. Citing: The new

header contains an encrypted loader, a small directory structure and a single
pixel black title screen. This is directly bootable on a real Lynx.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4890 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-12-22 15:37:20 +00:00
parent a7b6b6dd10
commit f11067e260
3 changed files with 104 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ SYMBOLS {
}
MEMORY {
ZP: file = "", define = yes, start = $0000, size = $0100;
HEADER: file = %O, start = $0000, size = $000A;
HEADER: file = %O, start = $0000, size = $021e;
RAM: file = %O, define = yes, start = $0400, size = $BC38 - __STACKSIZE__;
}
SEGMENTS {