-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
frntc
Feb 13, 2024
Replies: 1 comment 3 replies
-
You may have seen the big brother of SIDKick pico: the Teensy-based SID-replacement. It provides a MIDI interface, and I was considering building a MIDI interface with a Pico -- then there would be software on the C64 providing a SID MIDI synth. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could interface two Picos, but you would probably want to do quite a few chances (e.g. the firmware relies on the C64 clock signal which you would not have). I think the easiest solution would be to take the SKpico firmware, remove the bus-interface part and replace that particular part with a MIDI routine (which also does the mapping from MIDI commands to SID register writes).