Oscillator Replacement
Replacement Options
Section titled “Replacement Options”If the TOS (Top Octave Synthesizer) IC fails, several replacement paths exist:
| Option | Source | Notes |
|---|---|---|
| FK50240 | FlatKeys | Modern drop-in TOS replacement, 0.00005 Hz accuracy, 8-16V supply |
| FPGA DIY | Mod Wiggler discussion | Implement TOS logic in a small FPGA — full control over tuning and temperament |
| NOS chips | Reverb | S50240/MK50240 new-old-stock — getting expensive and increasingly scarce |
| Keyboard Systems retros | armory.com/~rstevew | Wurlitzer-specific AY-3-0214 replacement modules |
| Full digital | ESP32 + DAC | Replace entire tone generation with software synthesis |
FK50240 (Recommended First Option)
Section titled “FK50240 (Recommended First Option)”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.
FPGA Approach
Section titled “FPGA Approach”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.
Full Digital Replacement
Section titled “Full Digital Replacement”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.
Further Reading
Section titled “Further Reading”- Electric Druid: Adventures in Top Octave Generation — excellent deep dive into TOS IC architecture and replacement strategies