C64-Controller: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
(Leere Seite erstellt)
 
 
(28 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
__TOC__
 +
<br />
 +
=== Der C64 Controller ===
  
 +
This is Hardware Extension for a C64 retro computer.
 +
(The C64 is a retro hardware from Commodore)
 +
 +
Controls your C64 retro computer.
 +
Select Kernal, BASIC and Charset.
 +
Select devicenumber of internal SD2IEC drive.
 +
 +
<gallery mode="traditional" widths=120px heights=120px perrow=8 caption="">
 +
Image:C64Controller01.jpg
 +
Image:C64ControllerSchematic.gif
 +
Image:C64-MeGALoROM.GIF
 +
Image:MeGALoROM 7b.jpg
 +
Image:MeGALoROM 7c.jpg
 +
Image:MeGALoROM_05.jpg
 +
</gallery>
 +
 +
<br />
 +
=== Nessecary Hardware ===
 +
* an old C64 computer
 +
* optionally a internal SD2IEC drive
 +
* a multi ROM adapter (for example [http://henning-liebenau.de/reprom64/ REPROM64] or [[FremdeProjekte/MeGALoDOS#MeGALoROM|MeGALoROM]])
 +
* an arduino Nano [3€]
 +
* an OLED 128x64 display [3€]
 +
* optionally an I2C LCD display [3€] (16x2, 20x2, 20x4)
 +
* a Rotary Encoder [1€]
 +
 +
<br />
 +
=== Nessecary Software ===
 +
* Arduino Workbench
 +
* Arduino Lib: LCD Menu Lib 2: https://github.com/Jomelo/LCDMenuLib2
 +
* Arduino Lib: U8g2lib: https://github.com/olikraus/u8g2
 +
 +
<br />
 +
=== Features ===
 +
* reset the C64
 +
* select a Kernal (and autoreset) -- 4 Kernel (REPROM-64) or 16 Kernel (MeGALoROM)
 +
* optionally select one of 2 BASIC (and autoreset)
 +
* optionally select one of 4 Charset
 +
* optionally select device number from 8 Go 11 for an internal SD2IEC device
 +
* optionally switch to next Disk Image on your internal SD2IEC device
 +
* optionally disable internal SD2IEC device
 +
* Info Display
 +
 +
<br />
 +
=== Weblinks ===
 +
 +
* [https://create.arduino.cc/projecthub/Oe7Twj/c64-controller-6da5e5 Arduino Project Hub]
 +
* [https://github.com/oe7twj/C64-Controller Files on GitHub]
 +
* [http://henning-liebenau.de/reprom64/ REPROM64] - one of the best ROM Adapter for the C64
 +
* [[FremdeProjekte/MeGALoDOS#MeGALoROM|MeGALoROM]] - C64 Kernal switch for MeGALoDOS
 +
* [https://mingos-commodorepage.com/tutorials/c64kernal.php?id=123&title=Der%20Kernal%20f%C3%BCr%20den%20C64%20selbst%20gemacht 2 fach Kernal Umschalter / Adapter Sockel]

Aktuelle Version vom 28. April 2021, 10:37 Uhr


Der C64 Controller

This is Hardware Extension for a C64 retro computer. (The C64 is a retro hardware from Commodore)

Controls your C64 retro computer. Select Kernal, BASIC and Charset. Select devicenumber of internal SD2IEC drive.


Nessecary Hardware

  • an old C64 computer
  • optionally a internal SD2IEC drive
  • a multi ROM adapter (for example REPROM64 or MeGALoROM)
  • an arduino Nano [3€]
  • an OLED 128x64 display [3€]
  • optionally an I2C LCD display [3€] (16x2, 20x2, 20x4)
  • a Rotary Encoder [1€]


Nessecary Software


Features

  • reset the C64
  • select a Kernal (and autoreset) -- 4 Kernel (REPROM-64) or 16 Kernel (MeGALoROM)
  • optionally select one of 2 BASIC (and autoreset)
  • optionally select one of 4 Charset
  • optionally select device number from 8 Go 11 for an internal SD2IEC device
  • optionally switch to next Disk Image on your internal SD2IEC device
  • optionally disable internal SD2IEC device
  • Info Display


Weblinks