C64-Switchless-Multi-Kernal-27C256-adapter
C64-Switchless-Multi-Kernal-27C256-adapter copied to clipboard
Kernal switcher for the C64/C64C/C128
I've got a longboard 250425 and using a attiny85 with a single LED. Version 1.4 works fine, but I have now tried to upgrade to 1.6 and its programmed fine,...
````c while (ss.available()) { uint8_t data = ss.read(); if (data==0xde) { delay(1); if (ss.available()) { rom=(ss.read()); flashcounter=0; set_ledcolor(rom); } } } ```` I have a question regarding this code, and...
I've equipped (pal) two C64--C (short board) here and noticed that SKS64_SKETCH_fw_1.6_RGB_attiny85.hex doesn't work (on both). Downgrade to 1.4 hex works.
I have a short and longboard C64 both with your SKS64 solution, and both are working fine (ATTINY85, Firmware 1.6 in combination with an RGB LED). Because I also own...
Hi would you please be able to post the gerber for the shortboard V1,1? Regards BT