This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Acorn Atom" – news ·newspapers ·books ·scholar ·JSTOR(February 2013) (Learn how and when to remove this message) |
![]() The Atom wasAcorn's first computer to be aimed squarely at the home market. | |
Manufacturer | Acorn Computers |
---|---|
Type | Personal Computer |
Release date | March 1980; 45 years ago (1980-03) |
Introductory price | £120 (in kit form), £170 (assembled) |
Discontinued | 1982 (1982) |
Media | 100KB 5¼-inchfloppy disks,Cassette tapes |
CPU | 1 MHzMOS Technology 6502 |
Memory | 2 KBRAM (expandable to 12 KB), 8 KBROM (expandable to 12 KB) |
Display | 64×64 (4 colours), 64×96 (4 colours), 128×96 (monochrome), 64×192 (4 colours), 128×192 (2 colours), 256×192 (monochrome) |
Sound | 1 channel, internal loudspeaker |
Input | Keyboard |
Power | 8V, 1.5A unregulatedDC, 5V regulated inside. |
Dimensions | 381×241×64 mm |
Predecessor | Acorn System 3 |
Successor | BBC Micro |
TheAcorn Atom is ahome computer made byAcorn Computers Ltd from 1980 to 1982,[1] when it was replaced by theBBC Micro. The BBC Micro began life as an upgrade to the Atom, originally known as the Proton.
The Atom was a progression of theMOS Technology 6502-based machines that the company had been making from 1979. The Atom was a cut-downAcorn System 3 without a disk drive but with an integral keyboard and cassette tape interface, sold in either kit or complete form. In 1980 it was priced between£120 inkit form, £170 (equivalent to £921 in 2023) ready assembled, to over £200 for the fully expanded version with 12 KB of RAM and the floating-point extension ROM.[2]
The minimum Atom had 2 KB ofRAM and 8 KB ofROM, with the maximum specification machine having 12 KB of each. An additionalfloating-point ROM was also available. The 2 KB of RAM was divided between 1 KB of Block Zero RAM (including the 256 bytes of "zero page") and 512 bytes for the screen (text mode) and only 512 bytes for programs[3] (presumably in text mode, mode 0, and graphics not available), i.e. written in theBASIC language. When expanded up to a total of 12 KB RAM, the split is 1 KB, 5 KB for programs, and up to 6 KB for the high-resolution graphics (the screen memory could be expanded independently from the lower part of the address space[4]). If the high-resolution graphics were not required then up to 5½ KB of the upper memory could additionally be used for program storage. The first 1 KB, i.e. Block Zero, was used by the CPU for stack storage, by the OS, and by the Atom BASIC for storage of the 27 variables.
It had anMC6847 Video Display Generator (VDG)video chip, allowing for both text and graphics modes. It could be connected to a TV or modified to output to a video monitor. Basic video memory was 1 KB but could be expanded to 6 KB. Since the MC6847 could only output at 60 Hz, meaning that the video could not be resolved on a large proportion of European TV sets, a 50 HzPAL colour card was later made available. Six video modes were available, with resolutions from 64×64 in 4 colours, up to 256×192 in monochrome. At the time, 256×192 was considered to be high resolution.
The case was designed by industrial designerAllen Boothroyd of Cambridge Product Design Ltd.
It had a built-in minor variation ofAcorn System BASIC, a fast but idiosyncratic version of theBASIC programming language developed bySophie Wilson, which included indirection operators (similar toPEEK and POKE) for bytes and words (of 4 bytes each); the use of a semi-colon to separate statements on the same line of code (instead of the colon used by most if not all other versions of BASIC); and the option of labels rather than line numbers for GOTO and GOSUB commands.Assembly code could be included within a BASIC program, because theBASIC interpreter also contained anassembler for the 6502 assembly language which assembled the inline code during program execution and then executed it. This was unusual.
String handling was based on arrays of characters. A byte vectorA()
toZ()
could beDIMensioned and then referred to with the string operator$A
to be treated as a string. This sample program, adapted fromAtomic Theory and Practice, demonstrates some of Atom BASIC's peculiarities:
1REMEncoder/Decoder10S=TOP;?12=020INPUT'"CODE NUMBER"T; REM Use code number to seed random number generator30!8=ABS(T)40INPUT'$S50FORP=STOS+LEN(S);REMForeachcharacter,ifitisaletteraddthenextrandomnumbertoit,modulo26.60IF?P<#41GOTO10070R=ABS(RND)%2680IFT<0THENR=26-R90?P=(?P-#41+R)%26+#41100NEXTP110PRINT$S120GOTO40
In late 1982, Acorn released an upgrade board for the Atom which allowed users to switch between Atom BASIC andthe more advanced "BBC BASIC" used by theBBC Micro. The upgrade was purely to the programming language; the Atom's hardware capabilities remained unchanged, and hence, contrary to some pre-release beliefs, the BBC BASIC ROM did not allow Atom users to run commercial BBC Micro software, since nearly all of it took advantage of the BBC machine's much more advanced graphics and sound hardware and greater RAM capacity. Commercial BBC Micro cassettes could not have been loaded anyway, as they ran at a transfer rate of 1200 baud and the Atom's cassette interface only supported 300 baud.
The following is the memory map for the Atom. Shaded areas indicate those present on the minimal system.
Hex Address | Contents | Annotations |
---|---|---|
0000 | Block Zero RAM | 1 KB RAM |
0400 | Teletext VDG RAM | |
0800 | VDG CRT Controller | |
0900 | ||
0A00 | Optional FDC | |
0A80 | ||
1000 | Peripherals space | |
2000 | Catalogue buffer | |
2200 | Sequential File buffers | |
2800 | Floating-point variables | Internal RAM 5 KB max. |
2900 | Extension Text space RAM | |
3C00 | Off-board Extension RAM | |
8000 | 8000-81FF for mode 0 (512 bytes text) | Video and BASIC RAM 6 KB max. |
8000-83FF for mode 1 (1 KB graphics) | ||
8000-85FF for mode 2 (1.5 KB graphics) | ||
8000-8BFF for mode 3 (3 KB graphics) | ||
8000-97FF for mode 4 (6 KB graphics) | ||
9800 | ||
A000 | Optional Utility ROM | |
B000 | PPIA I/O Device | |
B800 | Optional VIA I/O Device for Printer Interface | |
C000 | ATOM BASIC Interpreter | 4 KB ROM |
D000 | Optional Extension ROM | |
E000 | Optional Disk Operating System | |
F000 | Assembler | 4 KB ROM |
Cassette Operating System |
The manual for the Atom was calledAtomic Theory and Practice and was written byDavid Johnson-Davies, subsequently Managing Director ofAcornsoft.
The AcornLAN,Econet, was first configured on the Atom.[5]
The Acorn 8V power supply was only rated to 1.5 amps, which was not enough for an Atom with fully populated RAM sockets. The Atom's two internal LM7805 regulators (each regulating the +5V for a section of the digital logic independently) also got uncomfortably hot. Therefore, some Atom enthusiasts removed and bypassed the internal regulators and powered their Atoms from an external 5V regulated power supply.[who?] Three amps were typically needed for a fully populated Atom.
There has never been ade facto standard for external 5V connections, but using the same 7-pinDIN connectors as the Atari 800XL allowed an Atari 5V linear power supply to drive an Atom, so long as the current was less than the Atari PSU rating (1 or 1.5 amps, depending on the model). These are now uncommon, but 5Vwall-wart switch-mode power supplies capable of supplying several amps are a readily and cheaply available alternative.
The Atom was incorporated into a "complete dedicated spreadsheet system" known as the Prophet by a company called Busicomputers, with the second edition of this product, the Prophet 2,[6] consisting of a modified Atom, Ferguson 12-inch black-and-white television, and a Pearlcorder microcassette recorder, all housed in a "robust metal case". Powered by a single mains plug, the system was effectively a "turnkey" solution, emphasising the built-in spreadsheet as its primary function. Although regarded as worth considering as an "inexpensive way of obtaining a sound and reasonably well-presented spreadsheet system", being priced at £795 plus VAT, the use of cassette storage to reduce the system's cost was regarded as impacting its usability, with the slow data transfer rate causing waits of 30 minutes or more to save spreadsheet data and limiting the effective storage capacity of the microcassettes, whereas more expensive disk-based systems would be able to transfer similar volumes of data in a matter of seconds and store tens of spreadsheets on each disk.[7] Regarded as "low-tech" later in 1983, the Prophet II was apparently being given away to participants of one- or two-day business-related training courses, these costing £600 and £700 respectively, with this initiative considered "a nice way of moving old stock".[8] A subsequent model, the Prophet 3, featured a built-in floppy disk drive.[9]