C64-Controller: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
(Weblinks)
 
(14 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
 +
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 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 ===
  
 
* [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
* [https://github.com/bwack/C64-Switchless-Multi-Kernal-27C256-adapter 8 fach Kernel Umschalter mit ATTiny ]
+
* [[FremdeProjekte/MeGALoDOS#MeGALoROM|MeGALoROM]] - C64 Kernal switch for MeGALoDOS
* [https://www.forum64.de/index.php?thread/62219-der-schrittweise-aufbau-der-4-8-fach-kernal-umschaltung-f%C3%BCr-den-c64-zum-zusehen/ 4/8-fach Kernal Umschaltung BitBreaker4U]
 
* [http://www.arke.de/elektronik/commodore-64-vollelektronische-kernal-umschalt-platine/ 8-fach Kernal Umschaltung]
 
* [https://8bitrechner.wordpress.com/2015/01/10/8-fach-kernal-umschaltplatine-schalterlos/  8-fach Kernal Umschaltung]
 
* [https://technology-blog.net/c64-kernel-umschalter/ Faszination C64 - 3/6-fach Kernel Umschalter für Commodore 64]
 
 
* [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]
* [https://www.pcbway.com/project/shareproject/COMMODORE_64_SD2iEC___KERNAL_CART_COMBO.html Kernal-Cart + SD2IEC Combo]
 
* [https://github.com/bwack/C64-Switchless-Multi-Kernal-27C256-adapter 8 fach Kernel Umschalter mit ATTiny ]
 

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