C64-Controller: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
(Weblinks)
(Weblinks)
Zeile 47: Zeile 47:
  
 
* [https://create.arduino.cc/projecthub/Oe7Twj/c64-controller-6da5e5 Arduino Project Hub]
 
* [https://create.arduino.cc/projecthub/Oe7Twj/c64-controller-6da5e5 Arduino Project Hub]
* [https://github.com/oe7twj/C64-Controller Dateien auf GitHub]
+
* [https://github.com/oe7twj/C64-Controller Files on GitHub]
* [http://henning-liebenau.de/reprom64/ REPROM64] - einer der besten ROM Adapter für den 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://www.forum64.de/index.php?thread/77810-superkernal-erstinbetriebnahme-storage-collections-sks-faq/&highlight=superke C64 - Super Kernal]
 
* [https://www.forum64.de/index.php?thread/77810-superkernal-erstinbetriebnahme-storage-collections-sks-faq/&highlight=superke C64 - Super Kernal]

Version vom 15. März 2021, 11:19 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 one of 4 Kernals (and autoreset)
  • 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 drive
  • Info Display


Weblinks