From 2418c0e0af7d070e0748c58cfa0f77ab54bff4a2 Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Tue, 6 Mar 2018 18:00:36 -0800 Subject: [PATCH] Updated documentation for the reu emd. --- doc/c128.sgml | 6 ++---- doc/c64.sgml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/c128.sgml b/doc/c128.sgml index 460621be0..f133d8d4c 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -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. - 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. A driver for the VDC memory of the C128, written and contributed by Maciej diff --git a/doc/c64.sgml b/doc/c64.sgml index 9ab9b96c3..7cca1aa09 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -300,10 +300,8 @@ Note that the graphics drivers are incompatible with the Will test the hardware for the available RAM. - 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. A driver for the VDC memory of the C128. Written and contributed by Maciej -- 2.39.5