The Acorn Electron is a budget version of the BBC Micro educational/home computer made by Acorn Computers Ltd. It had 32 kilobytes of RAM, and its ROM included BBC BASIC along with its operating system.
The Electron was able to save and load programs onto audio cassette via a supplied converter cable that connected it to any standard tape recorder that had the correct sockets. It was capable of basic graphics, and could display onto either a television set, a colour (RGB) monitor or a "green screen" monitor.
At its peak, the Electron was the third best selling micro in the United Kingdom, and total lifetime game sales for the Electron exceeded those of the BBC Micro. There are at least 500 known games for the Electron and the true total is probably in the thousands.
The hardware of the BBC Micro was emulated by a single customized ULA chip designed by Acorn. It had feature limitations such as being unable to output more than one channel of sound where the BBC was capable of three-way polyphony (plus one noise channel) and the inability to provide teletext mode. The machine architecture also imposed a substantial speed decrease on applications running from RAM, although ROM applications ran at the same speed
The ULA controlled memory access and was able to provide 32K × 8 bits of addressable RAM using 4 × 64K × 1-bit RAM chips (4164).
This was a blow from which the machine never fully recovered, although games sales for it would ultimately outstrip those of the BBC Micro. Following Olivetti's 1985 cash injection into Acorn the machine was effectively sidelined.
With hindsight, the machine was too lacking in RAM (a typical program would need to fit in only around 20 kB once display memory is subtracted) and processing power to take on the prevailing ZX Spectrum and Commodore 64. Despite this, several features that would later be associated with BBC Master and Archimedes were first features of Electron expansion units, including ROM cartridge slots and the Advanced Disc Filing System — a hierarchical improvement to the BBC's original Disc Filing System.
The Electron is commonly thought of by many retro computer enthusiasts as a failure. However, whilst it may not have been as popular as the Spectrum, Commodore 64, Amstrad CPC or even its own BBC sibling it did sell in sufficient numbers to ensure that new software was being produced right up until the early 1990s. This meant the Electron had a lifespan not much shorter than those more popular micros and much longer than competitors such as the Oric-1 and Dragon 32.
Access to ROM memory occurred at 2 MHz regardless of graphics mode so theoretically programs released on ROM could run at least twice as fast as those released on tape or disc. Despite this all of the games released on ROM were packaged as 'serial ROMS', from which the micro would load programs into main memory in exactly the same way as if it were loading from tape. This meant that programs did not need to be modified for their new memory location but gave no execution speed benefits whatsoever.
The Advanced Plus 3 was very similar to the Acorn Plus 3 but packaged as a ROM cartridge for the Plus 1 with a disc drive connector at the head. This made it possible to connect a 5¼” floppy disc drive as used by BBC Micro owners or a more common 3½” drive.
The Slogger Turbo Board was a professionally fitted upgrade whereas the Elektuur modification was described in an article in Dutch Electronics magazine Elektuur and intended for users to perform at home.
Speeding up the low portion of memory is particarly useful on 6502 derived machines because that processor has a faster addressing mode for the first 256 bytes and so it is common for software to put any variables involved in time critical sections of program into that region.
If Acorn had thought to include this small modification in the original Electron design it is likely the machine would have had a much greater impact as it would have nearly doubled the amount of motion possible in games and saved modes 0–3 (including the only 16 colour mode) from being nearly useless due to contended memory timings.
Applications could not directly address video memory in this mode without modification, so it was incompatible with most games, although there is no inherent reason why a game could not be written to function in shadow mode.
During its decline, Master RAM Boards were added to every Electron in an attempt to increase sales.
The most basic solution was a pure software system supplied on a ROM cartridge that drew a low resolution approximation of the mode 7 display in a graphics mode. Although cheap and effective in enabling use of some software that only used official ROM entry points for text output, this solution proved very slow because the Electron had to be placed into an 80 byte pitch display to be able to get anywhere near to reproducing mode 7 and the CPU spent a lot of time drawing approximations of mode 7 characters and graphics that in a hardware solution would be achieved without any CPU processing. It also used up 20 kB of RAM for the graphics display rather than the 1 kB of a hardware mode 7.
Two solutions with additional hardware were provided. The first used the same graphics processor as the BBC Micro in mode 7 — the SAA5050 — but used software to ensure that it was fed with the correct graphics data. A software ROM would put the machine into an ordinary 40 byte pitch display. While the ULA would read the display from memory in the usual fashion, the SAA5050 would listen to the data it was reading and produce a mode 7 interpretation of the same information. When necessary the hardware would switch between the graphics output being produced by the micro and that being produced by the add-on.
The disadvantage to this system is that while the SAA5050 would expect to be repeatedly fed the same 40 bytes of data for every display scanline of every character row, the ULA would read a different set of 40 bytes for every display scanline in order to produce a full graphics display. A software ROM worked around this by duplicating the data intended for a mode 7 display in memory. Although this produced a mode 7 that barely impacted upon CPU performance and gave the same visual quality as the BBC Micro, it remained compatible only with software that used the ROM routines for outputting text and graphics and still used 10 kB of memory for the display.
A second version of the hardware add-on corrected these problems. By adding a CRTC6845 to the package, a full hardware solution was created that did not reduce CPU performance and only used 1 kB of memory for the display. A software ROM was still supplied, but this did no more than expand the hardware ROM so that it knew mode 7 now existed and was able to switch into it.
Like the BBC Micro, the Electron was constrained by limited memory resources. Of the 32 KB RAM, 3½ KB was allocated to the OS at startup and at least 10 KB was taken up by the display buffer in contiguous display modes.
Due to the timing of interrupts it was possible to disable either the top 100 or bottom 156 lines of the display with palette changes. Many games took advantage of this, gaining storage by leaving non-graphical data in the disabled area.
Other games would load non-graphical data into the display, leaving it visible as regions of apparently randomly coloured pixels.
Although page flipping was a hardware possibility, the limited memory forced most applications to do all their drawing directly to the visible screen, often resulting in graphical flicker or visible redraw. A notable exception is Players' Joe Blade series.
FireTrack exploits a division in the way the Electron handles its display — of the seven available graphics modes, two are configured so that the final two of every ten scanlines are blank and are not based on the contents of RAM. If 16 scanlines of continuous graphical data are written to a character block aligned portion of the screen then they will appear as a continuous block in most modes but in the two non-continuous modes they will be displayed as two blocks of 8 scanlines, separated in the middle by two blank scanlines.
In order to keep track of its position within the display, the Electron maintains an internal display address counter. The same counter is used in both the continuous and non-continuous graphics modes and switching modes mid-frame does not cause any adjustment to the counter.
FireTrack switches from a non-continuous to a continuous graphics mode part way down the display. By using the palette to mask the top area of the display and taking care about when it changes mode it can shift the continuous graphics at the bottom of the display down in two pixel increments because the internal display counter is not incremented on blank scanlines during non-continuous graphics modes.
The speaker can be programmatically switched on or off at any time but is permanently attached to a hardware counter so is normally only able to output a square wave. But if set to a frequency outside the human audible range then the ear can't perceive the square wave, only the difference between the speaker being switched on and off. This gives the effect of a simple toggle speaker similar to that seen in the 48 kB ZX Spectrum. Exile uses this to output 1-bit audio samples.
There were also many popular games officially converted to the Electron from arcade machines (including Crystal Castles, Tempest, Commando, Paperboy and Yie Ar Kung-Fu) or other home computer systems (including Impossible Mission, Jet Set Willy, The Way of the Exploding Fist, Tetris, The Last Ninja, Barbarian and SimCity).
There were also many original titles on the Electron that received little mention at the time (e.g. Bun Fun and Spy Snatcher).
Despite Acorn themselves effectively shelving the Electron in 1985, games continued to be developed and released by professional software houses until 1991. In addition to the 1,400 games released for the Acorn Electron (99% of these on cassette), several thousand extra public domain titles were released on disc through Public Domain libraries. Notable enterprises which produced discs of such software are BBC PD, Electron User Group and HeadFirst PD.
See also the list of Acorn Electron games for a fairly comprehensive list of games published for the machine and BBC Micro and Acorn Electron games for a list of games with information on Wikipedia.
) for Windows/Linux/Mac OS X, Elkulator (
) for Windows/DOS and the Multi-system emulator MESS. Electron software is predominantly archived in the UEF file format.