From f328532030db1f4e2d97ebde6607dee99e6cde0b Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 28 Feb 2016 20:12:28 +0100 Subject: [PATCH] updated docs with recently added extended memory drivers --- doc/c128.sgml | 8 ++++++++ doc/c64.sgml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/doc/c128.sgml b/doc/c128.sgml index 4154c0a8d..2468b17e6 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. -- 2.39.5