mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Merge pull request #273 from mrdudz/emddocs
updated docs with recently added extended memory drivers
This commit is contained in:
commit
60958f005a
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user