]> git.sur5r.net Git - cc65/commitdiff
Updated documentation for the reu emd.
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Wed, 7 Mar 2018 02:00:36 +0000 (18:00 -0800)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Wed, 7 Mar 2018 02:00:36 +0000 (18:00 -0800)
doc/c128.sgml
doc/c64.sgml

index 460621be0a63e2ca5e8ce9015a2a691437fab3f8..f133d8d4c6c15b190957ea5c982a6b3458e0ea95 100644 (file)
@@ -221,10 +221,8 @@ missing on VDC, and are translated to the two colors missing from the VIC palett
   Will test the hardware for the available RAM.
 
   <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 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.
+  A driver for the CBM REUs. The driver will test the connected REU to find
+  out how much RAM is present.
 
   <tag><tt/c128-vdc.emd (c128_vdc_emd)/</tag>
   A driver for the VDC memory of the C128, written and contributed by Maciej
index 9ab9b96c36b746f1bcea82bb6ccfbb306cb6c30b..7cca1aa0959d9a4a16aa6260b47280df5fca5ac3 100644 (file)
@@ -300,10 +300,8 @@ Note that the graphics drivers are incompatible with the
   Will test the hardware for the available RAM.
 
   <tag><tt/c64-reu.emd (c64_reu_emd)/</tag>
-  A driver for the CBM REUs. The driver will determine from the connected REU
-  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.
+  A driver for the CBM REUs. The driver will test the connected REU to find
+  out how much RAM is present.
 
   <tag><tt/c64-vdc.emd (c64_vdc_emd)/</tag>
   A driver for the VDC memory of the C128. Written and contributed by Maciej