Note: All available graphics drivers for the TGI interface will use the space below the I/O area and kernal ROM, so you can have hires graphics in the standard setup without any memory loss or need for a changed configuration.
c64-hi.tgiThis driver features a resolution of 320*200 with two colors and an adjustable palette (that means that the two colors can be choosen out of a palette of the 16 C64 colors).
c64-georam.emdA 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.
c64-ram.emdA driver for the hidden RAM below the I/O area and kernal ROM. Supports 48 256 byte pages. Please note that this driver is incompatible with any of the graphics drivers!
c64-ramcart.emdA driver for the RamCart 64/128 written and contributed by Maciej Witkowiak. Will test the hardware for the available RAM.
c64-reu.emdA driver for the CBM REUs. The driver will determine from the connected REU if it supports 128KB of RAM or more. In the latter case, 256KB are assumed, but since there are no range checks, the application can use more memory if it has better knowledge about the hardware than the driver.
c64-vdc.emdA driver for the VDC memory of the C128. Written and contributed by Maciej WitkowiakCan be used if the program is running in C64 mode of the C128. Autodetects the amount of memory available (16 or 64K) and offers 64 or 256 pages of 256 bytes each.
c64-hitjoy.joyDriver for the Digital Excess & Hitmen adapter contributed by Groepaz. See http://www.digitalexcess.de/downloads/productions.php on instructions how to build one. Up to four joysticks are supported.
c64-ptvjoy.joyDriver for the Protovision 4-player adapter contributed by Groepaz. See http://www.protovision-online.de/hardw/hardwstart.htm for prices and building instructions. Up to four joysticks are supported.
c64-stdjoy.joySupports up to two standard joysticks connected to the joysticks port of the C64.
Currently no drivers available (in fact, the API for loadable mouse drivers does not exist).
c64-swlink.serDriver for the SwiftLink cartridge. Supports up to 38400 baud, hardware flow control (RTS/CTS) and interrupt driven receives. Note that because of the peculiarities of the 6551 chip together with the use of the NMI, transmits are not interrupt driven, and the transceiver blocks if the receiver asserts flow control because of a full buffer.