C64-Controller: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
(Weblinks)
Zeile 1: Zeile 1:
  
= C64-Controller =
+
 
 +
=== Der C64 Controller ===
  
 
Controls your C64 retro computer.  
 
Controls your C64 retro computer.  
Zeile 12: Zeile 13:
  
 
=== Nessecary Hardware ===
 
=== Nessecary Hardware ===
- an old C64 computer
+
* an old C64 computer
- optionally a internal SD2IEC drive
+
* optionally a internal SD2IEC drive
- a multi ROM adapter (for example REPROM64)
+
* a multi ROM adapter (for example [http://henning-liebenau.de/reprom64/ REPROM64])
- an arduino Nano [3€]
+
* an arduino Nano [3€]
- an OLED 128x64 display [3€]
+
* an OLED 128x64 display [3€]
- optionally an I2C LCD display [3€] (16x2, 20x2, 20x4)
+
* optionally an I2C LCD display [3€] (16x2, 20x2, 20x4)
- a Rotary Encoder [1€]
+
* a Rotary Encoder [1€]
  
  
 
=== Nessecary Software ===
 
=== Nessecary Software ===
- Arduino Workbench
+
* Arduino Workbench
- Arduino Lib: LCD Menu Lib 2: https://github.com/Jomelo/LCDMenuLib2
+
* Arduino Lib: LCD Menu Lib 2: https://github.com/Jomelo/LCDMenuLib2
- Arduino Lib: U8g2lib: https://github.com/olikraus/u8g2
+
* Arduino Lib: U8g2lib: https://github.com/olikraus/u8g2
  
  
 
=== Features ===
 
=== Features ===
- reset the C64
+
* reset the C64
- select one of 4 Kernals (and autoreset)
+
* select one of 4 Kernals (and autoreset)
- 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 drive
- Info Display
+
* Info Display
  
  
Zeile 50: Zeile 51:
 
* [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 Dateien auf GitHub]
 +
* [http://henning-liebenau.de/reprom64/ REPROM64 - ROM Platine für den C64]

Version vom 19. August 2019, 13:35 Uhr


Der C64 Controller

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


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


Nessecary Hardware

  • an old C64 computer
  • optionally a internal SD2IEC drive
  • a multi ROM adapter (for example REPROM64)
  • 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


REPROM-64

This is one of the best multi ROM adapter for a C64. The Arduino can directly control this adapter.

Link: http://www.henning-bekel.de/reprom64/



Weblinks