Installing Superior Software Speech! on the BBC Model B
Speech! is one of the most impressive software achievements ever released for the BBC Micro. It generates understandable speech using nothing more than the BBC Model B's standard sound hardware, no dedicated speech synthesiser required. In this project, I'll install the Speech! ROM into my BBC Model B, explore how it works, and hear the machine speak for the first time. Programming the ROM I found two archived versions of the Speech! ROM: An 8 KB image A 16 KB image ROM LIBRARY After comparing both versions, it turned out that they contained the same speech engine. The larger ROM was simply padded to fill a 16 KB ROM image. Since my Sideways ROM board uses AT28C256 EEPROMs , I programmed the 8 KB ROM into the EEPROM, repeating it across all four 8 KB banks so that it could be selected correctly by the ROM board. Burning the ROM Programming was carried out using my TL866II Plus Universal Programmer . Installing the ROM Installing the ROM was straightforward. I place...