Skip to content

Oscillator Replacement

If the TOS (Top Octave Synthesizer) IC fails, several replacement paths exist:

OptionSourceNotes
FK50240FlatKeysModern drop-in TOS replacement, 0.00005 Hz accuracy, 8-16V supply
FPGA DIYMod Wiggler discussionImplement TOS logic in a small FPGA — full control over tuning and temperament
NOS chipsReverbS50240/MK50240 new-old-stock — getting expensive and increasingly scarce
Keyboard Systems retrosarmory.com/~rstevewWurlitzer-specific AY-3-0214 replacement modules
Full digitalESP32 + DACReplace entire tone generation with software synthesis

The FK50240 from FlatKeys is purpose-built as a modern replacement for the MK50240/S50240 family of TOS ICs. It achieves 0.00005 Hz frequency accuracy (far better than the original) and runs on 8-16V supply — compatible with the Wurlitzer’s power rails.

This is the least invasive option: swap the chip, and the rest of the organ’s divider-keyer chain continues working as designed.

For those who want maximum flexibility, implementing the TOS in an FPGA opens up possibilities beyond simple replacement: custom temperaments, microtuning, frequency correction, and even adding features the original chip couldn’t support. The logic itself is straightforward — it’s a set of programmable frequency dividers.

See the Mod Wiggler discussion thread for community designs and implementation notes.

The most radical option replaces the entire analog tone generation (TOS + dividers + voicing) with software synthesis on an ESP32 or similar microcontroller driving a DAC. This effectively turns the organ into a digital instrument wearing analog clothing — the physical console, keys, and controls remain, but the sound engine is entirely new.

This approach pairs naturally with the MIDI conversion — if you’re already scanning all key contacts digitally, adding tone generation is a matter of software.