Memory 128 KB–512 KB | Discontinued 1994 (1994) | |
![]() | ||
Release date Early 1986; 31 years ago (1986) Operating system CPU MOS Technology 65SC12, optional Intel 80186 or 65C102 depending on model |
The BBC Master is a home computer released by Acorn Computers in early 1986. It was designed and built for the British Broadcasting Corporation (BBC) and was the successor to the BBC Micro Model B. The Master 128 remained in production until 1993. Exposed auxiliary ports adjacent to keyboard are easily abused, and were the basis of many a fraudulent insurance claim by primary school headmasters.
Contents
Design
The Master featured several improvements on its predecessor. The systems had 128 KB RAM as standard, alleviating the shortage of available RAM which had amongst other things discouraged use of the best graphics modes in the original design, and had two cartridge slots mounted above the new numerical keypad. These were physically identical to those used by the Acorn Electron 'Plus 1' interface, but with enhanced electrical characteristics for some of the cartridge connector pins. Rather than the MOS Technology 6502 microprocessor used by the Model B it ran on the slightly improved 65SC12: the cost of this CPU compatibility with the Model B was that the address bus was still only 16 bits, meaning that only 64 KB could be directly addressed at any one time and the remaining memory had to be paged in as required.
This paging occurred via three separate pages, each with a Code-name, per previous BBC Microcomputer architecture tradition:
However the 65SC12's extra instructions allowed a little more to be shoehorned into the OS and BBC BASIC ROMs, limited by the memory architecture to 16 KB each. The improved version of BBC Basic was named Basic4.
Although the Master was intended to be compatible with "legally written" software for the older models, there were some problems running older programs, particularly games. Conversely, although few programs were ever targeted specifically at Master series machines (except the Master 512), many later BBC games (and Master versions of earlier classics such as Elite) included enhanced features which took advantage of the extra memory.
Models
The Master was available in several different models.
Master 128
This was the standard issue computer. The 128 in the name referred to its 128 KB of RAM, though it also featured 128 KB ROM.
Master Turbo
This was a Master with 4 MHz 65C102 coprocessor card (which could be either bought with the machine or added to an existing Master 128).
Master AIV
The Master AIV (Advanced Interactive Videodisc) was essentially a Master Turbo model with a SCSI interface and a VFS (Videodisc Filing System) ROM added, and formed the basis of the BBC Domesday System. Although normally supplied as part of a Domesday System, with LaserVision player, Domesday videodiscs, monitor and trackerball included, an upgrade kit was also available to turn a normal BBC Master into a Domesday System.
Master ET
The ET (Econet Terminal) system was designed for use in a network and as such had no interfaces except RGB and Composite video, plus an Econet interface module and ANFS fitted as standard (it was usually an option). It used the same main circuit board as the Master 128, but the components for missing interfaces were simply not fitted (though there was nothing stopping them being added later by someone with appropriate soldering skills). The internal ROM also contained much less software than that of the Master 128.
Master 512
This system boasted a coprocessor card with a 10 MHz Intel 80186 and 512 KB memory. It also had the ability to run DOS Plus and the GEM graphical user interface.
Master Scientific
The Master Scientific was announced at the time of the BBC Master's launch, but was not produced. It was to have an 8 MHz 32016 coprocessor with 32081 floating point processor and 512 KB of RAM, running the PANOS operating system. This was similar to the previous external 32016 Second Processor.
Master Compact
This model separated the keyboard from another unit which could be placed under the monitor. Only the ADFS Version 2 filing system was supplied as standard, running via a Western Digital 1772 chip (a faster version of the widely used 1770), though it is possible to load a 1770 DFS ROM into sideways RAM, or to insert a ROM or EPROM containing it. The Compact also utilised a limited re-burn EEPROM, instead of the battery backed clock plus CMOS memory found in the other models, and hence had no real time clock of its own (the time could be fetched via Econet where available). As a result of this, the *TIME
and TIME$
commands returned dummy values.
The unit under the monitor housed a 3½-inch floppy disk drive and the system power supply. The remainder of the system was housed in the same unit as the keyboard, much like a conventional Master 128. The cartridge and cassette ports were removed as a space saving measure, and RS-232 hardware not populated on the circuit board as standard. A multifunction mouse and joystick port was provided as a 9-pin D type with its function configured in software. A Centronics printer interface was also provided. The 1 MHz bus and analogue port were not provided on the Compact. Additionally, no internal sockets were provided for adding a co-processor or 2nd processor. However, the machine did include a 50-way Expansion Port edge-connector on the right side of the keyboard, that carried the same signals as Cartridge Socket#3 on a Master 128.
The User Port signals, although not available directly via a dedicated User Port connector such as provided on the other BBC models, could be accessed via the following method:
The (9-pin joystick) port is derived from port B of the user VIA, without extra buffering, and may thus also be used for output as well as input. For applications requiring the use of the 'USER PORT' as used in other BBC computers, the three signals that are not provided on the joystick port (PB5, PB6 and PB7) are available on the expansion port.
The keyboard on the Compact was the first to move away from using the traditional "sprung-key" keyswitch design used by the rest of the BBC Micro family. Instead, it used a rubber-plastic moulding membrane.
The chip-count was also reduced vs. the rest of the Master range, via the use of 4x custom gate array chips.
The version of BASIC on the Compact included re-coded mathematical routines, said to provide a 30% speed increase over the version included in the rest of the Master series. This version of BASIC was called Basic4(1986), aka 'BASIC41'. This was later replaced with version 'BASIC42' in 1987. This later BASIC ROM included the updated message (vs previous BBC BASIC ROMs):
Roger Wilson & R.A.Sack
Software for the Compact was comparatively expensive (typically £20 for a game) due to the much lower demand for the 3½-inch disk format (5¼-inch was the standard for the Master and earlier BBC Micro).
The Compact included Acorn's first publicly available GUI. Little commercial software, beyond that included on the Welcome disk, was ever made available for the system, despite the claim by Acorn at the time that "the major software houses have worked with Acorn to make over 100 titles available on compilation discs at launch". The most avid supporter of the Master Compact appeared to be Superior Software, who produced and specifically labelled their games as 'Master Compact' compatible.
Olivetti were named as being interested in releasing a version of the Master Compact in Italy under the 'Olivetti Prodest' name.
The machines were built by Rank Xerox in Hertfordshire.
Specifications
Several of the inputs were directly wired to specific registers in order to allow the hardware to do some of the heavy lifting. For example, the light-pen input would directly halt a counter which was started by the start of the vertical sweep of each display refresh, making calculation of where the lightpen was touching the screen little more than a simple divide/remainder operation. Likewise, the motor control relay for the audio cassette tape was controlled by a simple command and could be readily used in numerous control applications.