SIDKick pico

The SIDKick pico (“SKpico”) is a drop-in replacement for the SID 6581/8580 sound chips in the Commodore 64 and 128 computers, and it can also emulate the SFX Sound Expander (FM). It has been designed as an inexpensive alternative to other replacements while not making compromises regarding quality. In its original form, it consists of a simple interface board and a Raspberry Pi Pico (or compatible clone). There is also a fully integrated all-feature-variant slightly larger than an original SID including the RP2040, flash memory, DAC, and operational amplifier. The emulation is based on an extended version of reSID 0.16 (with parts from reSID 1.0), and also includes a few additional features:

  • dual 6581 and/or 8580 emulation based on reSID (optional: extension for digi-playing techniques), or 6581/8580 plus FM emulation
  • 2nd-SID address at $d400, $d420, $d500, $d420 + $d500 simultaneously, $de00, $df00 (on C128 no $d500), or any address when an external chip select signal is used (e.g. on Ultimate 64 boards)
  • paddle/mouse support
  • built-in configuration menu (launch with “SYS 54301″/”SYS 54333”, also from C128-mode)
  • built-in PRG launcher (“SYS 54333,0” etc. or from the menu), PRGs can be integrated into the firmware or flashed from the configuration menu
  • three hardware variants …
    • the fully integrated all-feature-variant (“SKpico2040DAC”),
    • interface board for PWM (mono) through the C64/C128 mainboard and/or in stereo via a separate PCM5102A-DAC-board, or
    • interface board with onboard-DAC, output through the C64/C128 mainboard and/or line-out

The inexpensive dual-SID/FM replacement that you can build yourself GitHub project

Building / Soldering (interface board)

The first step when building the SKpico is soldering the surface-mount components. These are located on the bottom side of the PCB. Please see the BOM and assembly information SKpico with PWM or external DAC rev 0.1 (old), SKpico with PWM or external DAC rev 0.2 and SKpico with onboard-DAC rev 0.2. Note that the BOM for the onboard-DAC version shows a LM358 OpAmp (which works perfectly fine) — for the more audiophile tinkerers I suggest using a TL072 (the PCBWay project uses the TL072!).

The next step is to solder the pin header and sockets which works best if you follow these steps:

  • solder the SID-socket pin header with 14 pins in the middle of the PCB
  • solder a socket for the Pico or the Pico directly (in case you solder directly with castellated edges: make sure to cut the pin tips and put insulation tape on them!)
  • solder the SID-socket pin header close to the edge of the PCB. It has only 10 pins, the connector Vcc-GND-CK-DIN-BCK is for the external DAC, GND-L-GND-R is the audio line-out (depending on the PCB-variant).
  • no pins are required for the 3 connections at the center-bottom of the PCB (they only exist on the non-DAC PCB)!
  • optional: solder the pin headers for the DAC (blue), DAC-output (green), and additional address/signal lines (red)

Building / Soldering (SKpico2040DAC)

This PCB is probably not well suited for hand soldering. In case you want to give it a try, here’s the interactive BOM. The flash in the BOM is a larger one and sometimes hard to source, but a “W25Q16RVXHJQ TR” works (and has enough capacity). Note that the PCBWay-project does not include the optional RGB-LED on the top side (two sided SMD-mounting is much more expensive), for which you need a WS2812B LED (SMD-4P, 5x5mm footprint) with the pinout shown on the image, e.g. the World Semi WS2812B-HS01/W. For the configuration of the SKpico2040DAC see below.

Installing a SIDKick pico

Pay attention to correctly orient and insert the RPi Pico and the SKpico (see backside of PCB for markings) into the SID-socket of your C64 or C128. Note that in a C128D you might need to remove one support bolt of the power supply to fit the SKpico.

You can choose to emulate a single SID only. If you want to use a second SID or FM sound you need to connect additional cables to get the signals to the SKpico as they are not available at the SID socket:

Installing additional cables in C64

SKpico pinC64 (see images for alternative locations)
A5/A6CPU Pin 12 (for $d420) or 13 (required for FM)
A8/IOCPU Pin 15 (required for $d500)
OR expansion port pin 7 or 10 for $de00/$df00 addresses
OR external chip select-signal
(FM requires $df00)

Installing additional cables in C128

SKpico pinC128
A5/A6CPU Pin 12 (for $d420) or 13 (required for FM)
A8/IO$d500 is not supported for the C128
connect to expansion port pin 7 or 10 for $de00/$df00
OR external chip select-signal
(FM requires $df00)

The photographs show various (other) locations where these signals can be tapped, e.g. A5 to A8 and IOx are conveniently available on some mainboards (see photo of ASSY 250469), A5/A6/A8 at the ROM-chips (not shown on the photos: on the 250469 at the kernal ROM 251913 at pin 5, 4, and 29, for example).

The built-in configuration tool autodetects and displays which cables have been (properly) installed and shows only possible SID-addresses.

Hint: before attaching/detaching signal cables, set the 2nd-SID/FM address to $d400 in the config tool.

Audio Output

Interface board without DAC

The PWM sound is output via the SID-socket. If you use the optional DAC-module you can directly get the stereo audio signal from the audio jack or connectors on the PCB.

Hint: You can also connect the DAC-output to the video-audio-connector of the C64/C128. Pin 3 is the standard audio output, pin 7 is often used for the second audio channel. If you do so: use the firmware which does not output via PWM.

Note, which of the two output options is active depends on the firmware that you use (there are options for PWM-only and PWM+DAC simultaneously). PWM quality is slightly better when the DAC output is not enabled.

The order of pins to connect the DAC to the SKpico is easy to determine: the order is given once you match Vin which corresponds to Vcc at the SKpico and GND to GND.

Interface board with onboard DAC

Hint: For best quality connect the DAC-output on the SKpico-PCB to the audio/video-socket (pin 3 and 7, sometimes 5 is used for the right channel) or to any other audio jack/socket.

To output the sound via the SID-socket you need to close solder jumpers! The one marked with “L” outputs the left channel through pin 27 of the SID-socket (the standard audio output). Note that this way, audio goes through the circuitry on the board and quality suffers a bit. Optionally you can also close the two solder jumpers marked “R” to output the right channel to pin 26 (normally this pin is the “external in”!) — this signal will be available on pin 5 on the audio/video socket, however, the circuitry dampens the signal significantly and this option only really makes sense on modified mainboards (e.g. connecting this pin to the video-socket).

In short: ideally connect the DAC-outputs directly to the audio/video-socket (then DO NOT close the solder jumpers), otherwise route the left channel through the mainboard by closing solderjumper “L”.

SKpico2040DAC

There are two sound routing options: using the stereo-line out connector, and via the C64/C128 mainboard. Enabling line out and routing via mainboard work simultaneously (use jumper settings as for mainboard below).

Routing the sound via the mainboard
(set the two solder jumpers as indicated in red)

using only the line out (for external amplifiers or connecting to the video-audio-socket)
In this case, you can disable the operational amplifier as shown on the right.

Connecting additional address lines works as for the other variants, the connectors are the two at the short side of the PCB.

Powering the SKpico

The SKpico is powered from the C64/C128-mainboard, DO NOT power from USB.

Firmware Uploading (interface board)

The SKpico-PCBs do not need to be programmed in any way. Only the RPi Pico needs to be flashed with the pre-built binaries (available in the release package).

The procedure is simple: press and hold the ‘Boot’-button on the RPi pico, then connect to your PC. When it shows up as USB-drive you can simply copy the firmware (.uf2) to this drive (no need to keep pressing the boot button).

IMPORTANT: DO NOT connect the RPi Pico to USB while it is plugged into your C64/C128! (but it’s no problem if the Pico is soldered to the SKpico-PCB)

Firmware Uploading (SKpico2040DAC)

Flashing the firmware still works via USB, however, the packed footprint makes an adapter (or fiddling) necessary. For this, the SKpico2040DAC-PCB has a two pin connector labelled “boot” which need to be shortened before connecting USB (it’s the same as the boot button on Picos) — and a four pin USB-connector directly above, pins labelled GND, D+, D-, and 5V.

There is a adapter-PCB to make the connection easier which can be used in two ways (pay attention to the orientation of the PCB, see images):

  1. using a socket where the SKpico2040DAC can be put in, and 6 pogo pins/spring test probe which connect to the SKpico2040DAC from below (needle diameter 0.68mm, tip 0.9mm).
  2. using 6 pogo pins (pointing away from adapter PCB side with the logo, diameter 0.68mm). These pins are plugged through the 6 holes on the SKpico2040DAC-pcb and tilted slightly to make contact. This sounds handwavy, but works pretty well.

On the adapter board you need to close the “boot”-solder jumper, and connect the four large USB-pins (2.54mm spacing) to a USB-socket or plug and then to your PC. I use prebuilt USB-socket-breakout boards (shown on the image) which can be easily soldered to the adapter.

Hint: when building the adapter use several stacked adapter-PCBs to align the pogo pins.

Other options

Any other solution for closing “boot” and connecting to USB works as well. The boot-jumper can easily be closed using a dupont wire. For there rest there exist test probes / adapters from “4-pins with 1.27mm-spacing” to something more convenient (search for test clamp, programming probe, …). And here’s one more variant: 5V and GND can be supplied via SID pins, leaving only D+/D- (this can even be handled using a USB-breakout board plus some wires).

Sidekick64-/RAD Expansion Unit-InterOp

If you’re using Sidekick64 or RAD Expansion Unit then you should update to their latest firmwares.

Configuration-Tool

The built-in configuration tool allows you to choose the emulated SID-types (or SID + FM), digi boost settings, volume and panning and is hopefully mostly self-explanatory.

The mouse/paddle-settings (“POT X/Y”) deserve a bit of explanation: as one goal was to keep the interfacing circuitry simple, you might need to adjust some settings for the SKpico to work (best) with your mouse or paddles. Once you move the cursor to the potentiometer settings, a preview of the values and movement is shown. You can now tune the configuration:

  • if a mouse moves only horizontally or not at all then choose the “level” option (by pressing ‘V’). This option does not work with paddles!
  • if your mouse shows some more weird jumps, try the “outlier” option (key ‘O’). There are two intensities: normal and aggressive outlier removal.
  • the “trigger”-option (key ‘T’) implements an alternative reading of mouse values (pressing ‘T’ multiple times selects different voltage thresholds); note, trigger does sometimes not work on Pico clones — read “troubleshooting” below on how to fix this.
  • additional filters can reduce the inherent jittering of mice/paddles on the C64/C128 further: “median” is a simple yet good outlier rejection for remaining jitter. “smooth” uses a exponential weighted average (it comes in versions for paddles and mice).

NOTE: potentiometer filtering modes do not work with two paddles/mice used simultaneously.

If you choose ‘reSID+digi detect’ as emulation option, then the SKpico uses heuristics to detect modern digi playing techniques (such as that used in Vicious Sid) which yield improved quality compared to the (extended) reSID 0.16 emulation. These techniques, when detected successfully, are emulated with special code paths. The heuristics are based on the findings by Jürgen Wothke used in WebSid.

To avoid bus conflicts when you use cartridges operating in the IO1/2 address spaces, make sure you do not use the IO1/2 addresses for the SKpico as well. The configuration tool tries to detect cartridges and prints a warning message.

Adding PRGs

You can add PRGs to the firmware which can then be started from the configuration tool (via F7) or directly from Basic with SYS 54333,0 (for the first PRG), SYS 54333,1 (2nd PRG) etc.

To add PRGs either use

  • skpicopatch (it’s in the release package), with the respective firmware as parameter. This adds all PRGs listed in prg.lst to the firmware and writes it to SKpicoPRG.uf2, or
  • add PRGs in the configuration tool from a (disk) drive 8.

Troubleshooting

When the SKpico-hardware is build correctly you should be able to start the configuration tool from Basic. If this does not work reliably, first check the soldering. In case it still does not work properly, or you experience glitches with the mouse or paddles (more than the normal slight jittering) or very old SID-tunes (reading write-only registers…) your computer might be one of the rare machines requiring different-than-default timings. They can be modified by calling skpicopatch with two additional parameters. Their default values are 15 and 11, smaller values mean less waiting for reading/writing signals to the bus. Most likely you need to decrease these values if you experience problems with the default timings.

In case you do not want to flash the firmware again, you can try to modify the timings using the SKpicotiming tool running on the C64.

In case you use a Pico-clone with the RGB-LED (e.g. the black PCBs available from Chinese sellers) and it does not blink, make sure the solder jumper for the RGB-LED is closed (it sometimes isn’t). If your mouse or paddles do not work properly, e.g. the x-paddle influences the y-paddle and vice versa, check the solder pad named “VREF”: there should be a large resistor to fix the paddles, or close the solder pad with a blob such that the “trigger”-option also works. In general, these PCBs seem to quite often have quality issues (bad soldering, even missing components), have a closer look at the PCBs if they behave strange.

If a diagnostic ROM reports “bad SID” this might be due to too low values (this might be due to capacitors becoming old, …). You can also check the values with a diagnostic harness in the configuration tool (afaik the diagnostic ROMs check for values between 80 to 120). If they are too low, and you want the diagnostic ROM to pass, you can offset them (statically or only then a diagnostic situation is detected) using SKpicopatch.

If you can’t hear digis in Ghostbusters (or any other old tune using 4-bit samples via $d418): don’t forget to configure the SKpico to use 6581 or 8580 with digiboost.

Firmware Building (if you want to):

The firmware has been built using the Raspberry Pi Pico SDK.

Realease page on GitHub

Leave a Reply

Your email address will not be published. Required fields are marked *