1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 08:25:28 +00:00

sort items

This commit is contained in:
Dirk Jagdmann
2020-06-17 15:46:19 -07:00
committed by Oliver Schmidt
parent def27ed4e2
commit 9227b0ccaf

View File

@@ -318,6 +318,10 @@ Note that the graphics drivers are incompatible with the
A driver for the ISEPIC cartridge. This driver offers just 8 pages of 256 A driver for the ISEPIC cartridge. This driver offers just 8 pages of 256
bytes each. Written and contributed by Marco van den Heuvel. bytes each. Written and contributed by Marco van den Heuvel.
<tag><tt/c64-kerberos.emd (c64_kerberos_emd)/</tag>
A driver for the Kerberos MIDI Cartridge. The cartridge has 256
pages of 256 bytes for a total of 128KB.
<tag><tt/c64-ram.emd (c64_ram_emd)/</tag> <tag><tt/c64-ram.emd (c64_ram_emd)/</tag>
A driver for the hidden RAM below the I/O area and kernal ROM. Supports 47 A driver for the hidden RAM below the I/O area and kernal ROM. Supports 47
256 byte pages. Please note that this driver is incompatible with any of the 256 byte pages. Please note that this driver is incompatible with any of the
@@ -337,10 +341,6 @@ Note that the graphics drivers are incompatible with the
Autodetects the amount of memory available (16 or 64K) and offers 64 or 256 Autodetects the amount of memory available (16 or 64K) and offers 64 or 256
pages of 256 bytes each. pages of 256 bytes each.
<tag><tt/c64-kerberos.emd (c64_kerberos_emd)/</tag>
A driver for the Kerberos MIDI Cartridge. The cartridge has 256
pages of 256 bytes for a total of 128KB.
<tag><tt/dtv-himem.emd (dtv_himem_emd)/</tag> <tag><tt/dtv-himem.emd (dtv_himem_emd)/</tag>
A driver for the C64 D2TV (the second or PAL version). This driver offers A driver for the C64 D2TV (the second or PAL version). This driver offers
indeed 7680 pages of 256 bytes each. indeed 7680 pages of 256 bytes each.