From: Oliver Schmidt Date: Sun, 28 Feb 2016 20:53:46 +0000 (+0100) Subject: Merge pull request #273 from mrdudz/emddocs X-Git-Tag: V2.16~176 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60958f005a64ecc7c082d5b8b020c11529bb3dea;hp=3d08abcfa802bb9862ed01427b37256bd7210663;p=cc65 Merge pull request #273 from mrdudz/emddocs updated docs with recently added extended memory drivers --- diff --git a/doc/c128.sgml b/doc/c128.sgml index 4154c0a8d..a98b04f49 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -191,11 +191,19 @@ missing on VDC, and are translated to the two colors missing from the VIC palett + + Extended memory driver for the C128 External Function RAM. + Written and contributed by Marco van den Heuvel. + 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. + + Extended memory driver for the C128 Internal Function RAM. + Written and contributed by Marco van den Heuvel. + 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. diff --git a/doc/c64.sgml b/doc/c64.sgml index 8767d212d..4bf43453d 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -257,6 +257,10 @@ Note that the graphics drivers are incompatible with the + + Extended memory driver for 65816 (eg SCPU) based extra RAM. + Written and contributed by Marco van den Heuvel. + 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.