C64-Controller: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
(Der C64 Controller)
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: Zeile 10:
 
Select devicenumber of internal SD2IEC drive.
 
Select devicenumber of internal SD2IEC drive.
  
<gallery mode="traditional" widths=160px heights=160px perrow=2 caption="">
+
<gallery mode="traditional" widths=120px heights=120px perrow=8 caption="">
 
Image:C64Controller01.jpg
 
Image:C64Controller01.jpg
 
Image:C64ControllerSchematic.gif
 
Image:C64ControllerSchematic.gif
Zeile 20: Zeile 20:
  
 
<br />
 
<br />
 
 
=== Nessecary Hardware ===
 
=== Nessecary Hardware ===
 
* an old C64 computer
 
* an old C64 computer
Zeile 31: Zeile 30:
  
 
<br />
 
<br />
 
 
=== Nessecary Software ===
 
=== Nessecary Software ===
 
* Arduino Workbench
 
* Arduino Workbench
Zeile 40: Zeile 38:
 
=== Features ===
 
=== Features ===
 
* reset the C64
 
* reset the C64
* select one of 4 Kernals (and autoreset)
+
* 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 2 BASIC (and autoreset)
 
* optionally select one of 4 Charset
 
* optionally select one of 4 Charset
* optionally select device number from 8 Go 11 for an internal drive
+
* 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
 
* Info Display
  
 
+
<br />
 
 
 
=== Weblinks ===
 
=== Weblinks ===
  
Zeile 53: Zeile 52:
 
* [https://github.com/oe7twj/C64-Controller Files on GitHub]
 
* [https://github.com/oe7twj/C64-Controller Files on GitHub]
 
* [http://henning-liebenau.de/reprom64/ REPROM64] - one of the best ROM Adapter for the C64
 
* [http://henning-liebenau.de/reprom64/ REPROM64] - one of the best ROM Adapter for the C64
* [[FremdeProjekte/MeGALoDOS#MeGALoROM|MeGALoROM - C64 Kernal switch for MeGALoDOS]]
+
* [[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]
 
* [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