1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Updated documentation for the reu emd.

This commit is contained in:
Marco van den Heuvel 2018-03-06 18:00:36 -08:00
parent b783280577
commit 2418c0e0af
2 changed files with 4 additions and 8 deletions

View 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

View 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