C64-Controller: Unterschied zwischen den Versionen
Tw (Diskussion | Beiträge) (→Weblinks) |
Tw (Diskussion | Beiträge) |
||
| (20 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= | + | <gallery mode="traditional" widths=120px heights=120px perrow=8 caption=""> |
Image:C64Controller01.jpg | Image:C64Controller01.jpg | ||
Image:C64ControllerSchematic.gif | Image:C64ControllerSchematic.gif | ||
| + | Image:C64-MeGALoROM.GIF | ||
| + | Image:MeGALoROM 7b.jpg | ||
| + | Image:MeGALoROM 7c.jpg | ||
| + | Image:MeGALoROM_05.jpg | ||
</gallery> | </gallery> | ||
<br /> | <br /> | ||
| − | |||
=== 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 [http://henning-liebenau.de/reprom64/ REPROM64]) | + | * a multi ROM adapter (for example [http://henning-liebenau.de/reprom64/ REPROM64] or [[FremdeProjekte/MeGALoDOS#MeGALoROM|MeGALoROM]]) |
* an arduino Nano [3€] | * an arduino Nano [3€] | ||
* an OLED 128x64 display [3€] | * an OLED 128x64 display [3€] | ||
| Zeile 35: | Zeile 38: | ||
=== Features === | === Features === | ||
* reset the C64 | * reset the C64 | ||
| − | * select | + | * 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 | + | * 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 === | ||
* [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 | + | * [https://github.com/oe7twj/C64-Controller Files on GitHub] |
| − | * [http://henning-liebenau.de/reprom64/ REPROM64] - | + | * [http://henning-liebenau.de/reprom64/ REPROM64] - one of the best ROM Adapter for the C64 |
| − | * [https:// | + | * [[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
Inhaltsverzeichnis
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
- Arduino Workbench
- Arduino Lib: LCD Menu Lib 2: https://github.com/Jomelo/LCDMenuLib2
- Arduino Lib: U8g2lib: https://github.com/olikraus/u8g2
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
- Arduino Project Hub
- Files on GitHub
- REPROM64 - one of the best ROM Adapter for the C64
- MeGALoROM - C64 Kernal switch for MeGALoDOS
- 2 fach Kernal Umschalter / Adapter Sockel