]> git.sur5r.net Git - cc65/commitdiff
Mentioned in the documentation how we can make the new format be the default.
authorGreg King <gregdk@users.sf.net>
Sun, 8 Mar 2015 14:43:03 +0000 (10:43 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 8 Mar 2015 14:43:03 +0000 (10:43 -0400)
doc/osi.sgml

index 0167b2bd1ba5537c9e5a30444e0b1af414cc8ff2..1ceaec359d5b904fc9f3844a30ebf75c8bfdc83b 100644 (file)
@@ -6,7 +6,7 @@
 <author>
 <url url="mailto:stephan.muehlstrasser@web.de" name="Stephan M&uuml;hlstrasser">,<newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
-<date>2015-03-07
+<date>2015-03-08
 
 <abstract>
 An overview over the Ohio Scientific runtime system as it is implemented for the cc65 C
@@ -73,7 +73,10 @@ Challenger 1P machine.
   This format doesn't need to be converted. It is smaller than the text-only
   format.  But, it cannot be loaded by <url
   url="http://www.pcjs.org/docs/c1pjs/" name="C1Pjs">; you must use the
-  SRecord-produced text-only format with that emulator.
+  SRecord-produced text-only format with that emulator. (However, if you know
+  that you never will use C1Pjs, then you can edit the
+  <tt>cfg/osic1p*.cfg</tt> files; uncomment the lines that import <tt/__BOOT__/.
+  Then, you won't need to use <tt/-u __BOOT__/ on your command lines.)
 
 </descrip>