From 87bce0d56bcc3f002cf20d179d49ce76b303138f Mon Sep 17 00:00:00 2001 From: Greg King Date: Mon, 9 Mar 2015 06:17:28 -0400 Subject: [PATCH] Changed a comment in the osic1p configure files. --- cfg/osic1p-asm.cfg | 3 ++- cfg/osic1p.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cfg/osic1p-asm.cfg b/cfg/osic1p-asm.cfg index d9f128f8a..d8a2626f1 100644 --- a/cfg/osic1p-asm.cfg +++ b/cfg/osic1p-asm.cfg @@ -2,7 +2,8 @@ FEATURES { STARTADDRESS: default = $0200; } SYMBOLS { -# Add "-u __BOOT__" to a command line if you want a file that can be loaded directly. +# If you want ld65 to output a loadable-format file by default, then uncomment +# the next line. (Then, "-u __BOOT__" wouldn't be needed on the command line.) # __BOOT__: type = import; __STACKSIZE__: type = weak, value = $0400; # 1 kB stack __HIMEM__: type = weak, value = $8000; # 32 kB RAM diff --git a/cfg/osic1p.cfg b/cfg/osic1p.cfg index 0ad2f8939..17109adf0 100644 --- a/cfg/osic1p.cfg +++ b/cfg/osic1p.cfg @@ -2,7 +2,8 @@ FEATURES { STARTADDRESS: default = $0200; } SYMBOLS { -# Add "-u __BOOT__" to a command line if you want a file that can be loaded directly. +# If you want ld65 to output a loadable-format file by default, then uncomment +# the next line. (Then, "-u __BOOT__" wouldn't be needed on the command line.) # __BOOT__: type = import; __STACKSIZE__: type = weak, value = $0400; # 1 kB stack __HIMEM__: type = weak, value = $8000; # 32 kB RAM -- 2.39.5