]> git.sur5r.net Git - cc65/commitdiff
Merge pull request #273 from mrdudz/emddocs
authorOliver Schmidt <ol.sc@web.de>
Sun, 28 Feb 2016 20:53:46 +0000 (21:53 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 28 Feb 2016 20:53:46 +0000 (21:53 +0100)
updated docs with recently added extended memory drivers

doc/c128.sgml
doc/c64.sgml

index 4154c0a8d65f65e0a1bc7f59dfb1934588f43c68..a98b04f49a9b237b890c01b9f2d4b41e37717762 100644 (file)
@@ -191,11 +191,19 @@ missing on VDC, and are translated to the two colors missing from the VIC palett
 
 <descrip>
 
+  <tag><tt/c128-efnram.emd (c128_efnram_emd)/</tag>
+  Extended memory driver for the C128 External Function RAM.
+  Written and contributed by Marco van den Heuvel.
+
   <tag><tt/c128-georam.emd (c128_georam_emd)/</tag>
   A driver for the GeoRam cartridge. The driver will always assume 2048 pages
   of 256 bytes each. There are no checks, so if your program knows better,
   just go ahead.
 
+  <tag><tt/c128-ifnram.emd (c128_ifnram_emd)/</tag>
+  Extended memory driver for the C128 Internal Function RAM.
+  Written and contributed by Marco van den Heuvel.
+
   <tag><tt/c128-ram.emd (c128_ram_emd)/</tag>
   An extended memory driver for the RAM in page 1. The common memory area is
   excluded, so this driver supports 251 pages of 256 bytes each.
index 8767d212d181c2e06cf3b46613015d44abcf47bf..4bf43453dee016ed15615aa939a71049f6343171 100644 (file)
@@ -257,6 +257,10 @@ Note that the graphics drivers are incompatible with the
 
 <descrip>
 
+  <tag><tt/c64-65816.emd (c64_65816_emd)/</tag>
+  Extended memory driver for 65816 (eg SCPU) based extra RAM.
+  Written and contributed by Marco van den Heuvel.
+
   <tag><tt/c64-c256k.emd (c64_c256k_emd)/</tag>
   A driver for the C64 256K memory expansion. This driver offers 768 pages of
   256 bytes each. Written and contributed by Marco van den Heuvel.