BBC Master - Specifications

Specifications

  • 2 MHz Rockwell R65SC12 processor
  • 128 kB ROM in the Master 128, Master Turbo, and Master 512. Comprising a 16 kB MOS (Machine Operating System), always accessible, and seven 16 kB sideways ROMs, any one of which could be paged into memory at a time:
    • 16 kB Terminal emulator and MOS extras (such as the cassette filing system) in paged ROM 15
    • 16 kB Acornsoft View (word processor) in paged ROM 14
    • 16 kB Advanced Disc Filing System in paged ROM 13
    • 16 kB BBC BASIC in paged ROM 12
    • 16 kB Acorn Screen Editor AKA Edit (text/BBC BASIC editor) in paged ROM 11
    • 16 kB ViewSheet (spreadsheet) in paged ROM 10
    • 16 kB Disc Filing System and Sideways RAM utilities in paged ROM 9
  • 64 kB ROM in the Master ET. Comprising a 16 kB MOS (Machine Operating System), always accessible, and three 16 kB sideways ROMs, any one of which could be paged into memory at a time:
    • 16 kB MOS extras (such as the cassette filing system and Sideways RAM utilities) in paged ROM 15
    • 16 kB Advanced Network Filing System in paged ROM 14
    • 16 kB BBC BASIC in paged ROM 13
  • 128 kB RAM, comprising:
    • 32 kB main user program/data storage
    • 20 kB "shadow" video memory (paged over main user RAM)
    • 12 kB OS workspace (paged over ROM)
    • 64 kB workspace accessible to user machine code applications (divided into up to four 16 kB regions to act like volatile paged ROMs)
  • Full-travel keyboard with a top row of ten red-orange function keys ƒ0–ƒ9 and AT-style numeric keypad. The 'BREAK' reset key could be physically disabled by rotating a small plastic cam, particularly useful in educational environments
  • Highly configurable graphics display based on the Motorola 6845. Unlike on the original BBC Micro, separate video RAM was used so that choosing a high-resolution mode did not reduce the amount of available user RAM. (However, user RAM could still be used as the video buffer if required, in order to allow effects such as double buffering.) Eight graphics modes were provided by the system ROM:
    • Modes 0 to 6 could display a choice of colours from a logical palette of sixteen, though only eight physical colours could really be generated by the hardware; the eight RGB colours (black, red, green, yellow, blue, magenta, cyan, white) and said colours in a flashing state;
    • Modes 3 and 6 were special software (framebuffer) text modes. To save RAM, the count of lines was reduced from 32 to 25. As this would reduce the height of the frame, filler rows were created between each line of text when the frame was output, where no pixels were read from the framebuffer. This creates characteristic black lines between the rows of text when a different background colour is set, and a blank gap at the bottom of the display with the left-over pixels. The screen mode is otherwise held in memory as a regular graphics mode.
    • Mode 7's Teletext capability was provided by a Mullard SAA5050 Teletext chip.
Graphics mode Resolution (X×Y) Hardware colours Video RAM Type
Char cells Pixels used (KB) map
0 80 × 32 640 × 256 2 20 3000–7FFF Graphics
1 40 × 32 320 × 256 4 20 3000–7FFF Graphics
2 20 × 32 160 × 256 8 20 3000–7FFF Graphics
3 80 × 25 640 × 200 2 16 4000–7FFF Text
4 40 × 32 320 × 256 2 10 5800–7FFF Graphics
5 20 × 32 160 × 256 4 10 5800–7FFF Graphics
6 40 × 25 320 × 200 2 8 6000–7FFF Text
7 (Teletext) 40 × 25 480 × 500 8 1 7C00–7FFF Text
  • Four independent sound channels (one noise and 3 melodic) using the Texas Instruments SN76489 sound chip
  • Built-in hardware support included:
    • pluggable ROMs, directly or via cartridge slots
    • floppy disc drives (both DFS and the newer ADFS supported) with WD1770 disc controller
    • tape interface (with motor control), using a variation of the Kansas City standard data encoding scheme
    • parallel printer port (Centronics compatible)
    • serial communication (using RS-423, a superset of RS-232)
    • display output for TV, RGB or 1v p-p video monitor
    • a 15 pin 'D shaped' port with four analogue inputs (suitable for two joysticks, four digital/contact ports (for buttons) and a special Light pen input
    • proprietary "Tube" interface for internal or external second CPU (in the Master 512 model, an 80186 was used; other options included a 3 MHz extra 6502, a Zilog Z80 for e.g. CP/M, an NS32016, an ARM1, and others)
    • a 16 pin IDC style "user port" consisting of 8 general purpose digital I/O pins (and two special handshaking ones) mapped directly into the 6522 VIA
    • generic expansion through the "1 MHz bus", and
    • Econet interface, installed by adding a module board and the ANFS ROM (fitted as standard to the Master ET machine)

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.

Read more about this topic:  BBC Master