]> git.sur5r.net Git - cc65/commitdiff
Harmonized usage of "KB" and "cc65".
authorOliver Schmidt <ol.sc@web.de>
Sun, 30 Mar 2014 20:10:37 +0000 (22:10 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sun, 30 Mar 2014 20:10:37 +0000 (22:10 +0200)
doc/atmos.sgml
doc/c128.sgml
doc/c64.sgml
doc/cbm510.sgml
doc/pet.sgml
doc/vic20.sgml
testcode/lib/exec-test1.c
testcode/lib/exec-test2.c

index 921b1164582a485f08d3cac898232824290eba8c..86f6b1154b98298d5580d7eb539fae34da3f34ac 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 
-<title>Oric Atmos-specific information for CC65
+<title>Oric Atmos-specific information for cc65
 <author>Ullrich von Bassewitz <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org"><newline>
 Stefan A. Haubenthal <htmlurl url="mailto:polluks@sdf.lonestar.org" name="polluks@sdf.lonestar.org"><newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
index ae48ea5143676a1d5ea01b1598f5ae6c24a1b735..a51767e69a4ffd879995aa3044ede441efe40e8f 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 
-<title>Commodore 128-specific information for CC65
+<title>Commodore 128-specific information for cc65
 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
 <date>2014-03-24
 
@@ -180,7 +180,7 @@ memory drivers using the VDC memory!
   This driver was written by Maciej Witkowiak. This driver uses the 80-column
   display, and features a resolution of 640*480 with two colors and an
   adjustable palette (that means that the two colors can be chosen out of the
-  16 VDC colors). The driver requires 64KiB VDC RAM.
+  16 VDC colors). The driver requires 64KB VDC RAM.
 </descrip><p>
 
 Note: The colors are translated from definitions in headers to correct VDC values;
@@ -214,13 +214,13 @@ missing on VDC, and are translated to the two colors missing from the VIC palett
 
   <tag><tt/c128-reu.emd (c128_reu_emd)/</tag>
   A driver for the CBM REUs. The driver will determine from the connected REU
-  if it supports 128KiB of RAM or more. In the latter case, 256KiB are assumed,
+  if it supports 128KB of RAM or more. In the latter case, 256KB are assumed,
   but since there are no range checks, the application can use more memory if
   it has better knowledge about the hardware than the driver.
 
   <tag><tt/c128-vdc.emd (c128_vdc_emd)/</tag>
   A driver for the VDC memory of the C128, written and contributed by Maciej
-  Witkowiak. Autodetects the amount of memory available (16 or 64Ki), and offers
+  Witkowiak. Autodetects the amount of memory available (16 or 64K), and offers
   64 or 256 pages of 256 bytes each. Note: This driver is incompatible with
   any of the graphics drivers using the VDC!
 
index c324fbea0c1e96e63d7dec006ab3e06049186d46..2883ce79eddcd1c9cd921a9c63808156a2944633 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 
-<title>Commodore 64-specific information for CC65
+<title>Commodore 64-specific information for cc65
 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
 <date>2014-03-24
 
index e705711352d3b9ea9d3ac0ff4268b8627ea642d5..f0e03c28bf30fae2220d40184847114c523d77fa 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 
-<title>Commodore 510 (aka P500) specific information for CC65
+<title>Commodore 510 (aka P500) specific information for cc65
 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org"><newline>
 Stefan A. Haubenthal, <htmlurl url="mailto:polluks@sdf.lonestar.org" name="polluks@sdf.lonestar.org"><newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
index 3c282a413beb105886739b2ec32c9999426cad42..b0fa0e1e85577d1ffceb43869039a24838c99057 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 
-<title>Commodore PET-specific information for CC65
+<title>Commodore PET-specific information for cc65
 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org"><newline>
 Stefan A. Haubenthal, <htmlurl url="mailto:polluks@sdf.lonestar.org" name="polluks@sdf.lonestar.org">
 <date>2014-03-26
index 1044b7b23054d7bbcd76387b71d5f90680726808..f02bd63d9ea757d6da5e78eb63043f144f9faa59 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 
-<title>Commodore VIC20 (aka VC20) specific information for CC65
+<title>Commodore VIC20 (aka VC20) specific information for cc65
 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org"><newline>
 Stefan A. Haubenthal, <htmlurl url="mailto:polluks@sdf.lonestar.org" name="polluks@sdf.lonestar.org">
 <date>2014-03-26
index e2548fb0a58af6f641025662060d84e3e3282df5..ea74ee60ae162620c5b0fe890426263bf1b9c1cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** These programs test CC65's exec() program-chaining function.
+** These programs test cc65's exec() program-chaining function.
 ** exec-test1 runs exec-test2 -- that tests the loading and starting of another
 ** program.  Then, exec-test2 runs arg-test -- that tests command-line argument
 ** passing.
index e6c844a8e4504bad02ecd9a9290b0e484eef7576..a0aa82a3fe18c12995206bf9488768dc3343d889 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** These programs test CC65's exec() program-chaining function.
+** These programs test cc65's exec() program-chaining function.
 ** exec-test1 runs exec-test2 -- that tests the loading and starting of another
 ** program.  Then, exec-test2 runs arg-test -- that tests command-line argument
 ** passing.