Dick Smith Super-80 Computer

Last updated
Super-80
Dick Smith Super 80 kit computer.JPG
Super-80 kit computer
Developer Electronics Australia magazine
Dick Smith Electronics
Manufacturer Dick Smith Electronics
Release dateOctober 1981;42 years ago (1981-10)
Introductory price"short form" kit A$289.50
Units sold2000+ [1]
Operating system machine code monitor program in ROM
CPU Zilog Z80 @ 2 MHz
Memory16kB (maximum 48kB) RAM, 2kB (maximum 12kB) ROM
StorageCassette Tape (300 Baud, Kansas City Standard)
DisplayMonochrome, 32 × 16 Characters, Upper Case Only

The Dick Smith Super-80 was a Zilog Z80 based kit computer developed as a joint venture between Electronics Australia magazine and Dick Smith Electronics.

Contents

It was presented as a series of construction articles in Electronics Australia magazine's August, September and October 1981 issues.

Electronics Australia had published a number of computer projects before the Super-80, including the EDUC-8 in 1974, the Mini Scamp and the DREAM 6800 Video Computer.

The computer was sold as a "short form" kit for A$ 289.50. For this, the purchaser received the computer PCB, an assembly manual (a copy of the construction articles from Electronics Australia) and basic components, including 16kB of RAM and a 2kB EPROM containing a machine code monitor program. The technical manual and power transformer were sold separately, as were a kit of I.C. sockets, a BASIC interpreter program and from mid-1982 onwards, a metal case to house the computer.

The computer proved to be a popular construction project, with an advertisement in November 1982 claiming: "Over 2000 sold." [1]

The popularity of the Super-80 led to a small industry growing up around addressing the shortcomings of the original computer - especially the black and white, 32 × 16 character, upper case only video display.

The original name of the computer was "Nova-80", but it was changed at the last minute to avoid "possible legal ramifications". [2]

Specifications

Technical description

Super-80 computer logic board (reverse side) Super 80 computer Logic board (reverse).JPG
Super-80 computer logic board (reverse side)

The Super-80 was based on the Zilog Z80 8-bit microprocessor. As standard, it had 16 kB of dynamic RAM in the form of eight 4116 RAM chips. RAM could be expanded to 32 kB or 48 kB through the addition of rows of eight 4116 RAM chips.

The computer was assembled on a single double-sided printed circuit board. The board was supplied in a light cardboard sleeve that appeared to be an LP record sleeve, having the words "Dick Smith Super 80 Microcomputer Kit Printed Circuit Board" and the part number "Cat H-8402" printed along the spine.

To keep the price of the computer and the component count down, a novel technique was used to implement the video display. Instead of an expensive video display controller chip with dedicated memory, the Super-80 used discrete TTL logic to implement the video display and 512 bytes of system RAM was shared between the video display and the CPU. Fifty times per second, the CPU was turned off for around 10 ms by asserting the Z80 BUSREQ (DMA) pin. The video display circuitry would then read from the shared RAM while it refreshed the image on the screen. In addition to a 50% degradation in processor performance, this meant that it was not possible to perform any accurate timing in software, since the programmer had no control over when the next video display refresh cycle would occur. The video display could be switched off under software control for greater processing speed, or when accurate software timing was required. The most common situation in which that occurred was when the built-in cassette interface was being used. The location of the 512 bytes of video memory was normally at the top of the available RAM, but could be changed by writing to an I/O port.

The keyboard was part of the main computer PCB, but before assembly, the constructor could opt to cut the keyboard section of the printed circuit board off and connect it to the main board with ribbon cable. The keyboard was wired as an 8 × 8 matrix and connected to the computer via the two 8-bit ports of a Z80 PIO chip. Pressing the keys <CTRL>, <C> and <4> at the same time generated an interrupt that would perform a "warm start" of the monitor program. The keyboard 'read' routine supplied in ROM was "negative edge triggered" and would block while a key was down. As a result, most action games incorporated their own keyboard driver.

The standard computer had no serial or parallel I/O as such, relying on the optional S-100 bus interface for I/O and expansion. A 10-pin connector at the back of the board was labeled "PORT" and had power, as well as a pair of digital outputs and two available digital input lines. The connector was for a future RS-232 / 20 mA current loop serial interface, [3] but that was never implemented.

Mass storage was available in the form of a cassette tape interface running at 300 baud. Accessing the cassette interface required the video display to be switched off, so an LED was provided to show activity during a tape load or save operation. The LED would change state each time a 256-byte block of data was successfully transferred.

The Z80 interrupt line was connected to the keyboard PIO and the "Non Maskable Interrupt" line was not connected.

Software

The Super-80 came with a 2kB machine code monitor program in ROM.

A BASIC interpreter could be purchased either on cassette tape or on a set of three 4kB EPROMs. The first 4kB BASIC EPROM replaced the 2kB monitor EPROM supplied with the computer and contained the first 2kB of BASIC, plus the monitor program. The BASIC interpreter was based on Tiny BASIC rewritten and modified by Ron Harris. [4]

In its November 1981 edition (p93), Electronics Australia announced a programming competition with the chance to win one of two dot matrix printers. The magazine later compiled the better programs submitted by readers into a book called Software for the Super-80 Computer. [5]

Accessories and options

Super character generator board for the Super-80 computer Super 80 Super Character Generator.JPG
Super character generator board for the Super-80 computer

Modifications

Many Super-80 owners chose to modify their machines to address the limitations of the original machine.

The El Graphix kit added the ability to display lower case characters and "chunky" graphics.

The Printer Interface was an S-100 Bus card giving the Super-80 a Centronics parallel printer port. [6]

The VDU Expansion Board (VDUEB) was an enhanced video display board for the Super-80 developed by Microcomputer Engineering (MCE). The VDUEB gave the Super-80 an 80×25 video display with limited graphics capabilities. It was based on a 6845 CRTC I.C. and had its own 2kB of video RAM and 2kB of character generator RAM. Installation of the VDUEB board was a one-way process, as it required major modifications to the Super-80 printed circuit board including cutting of tracks and soldering in many wire links between various parts of the board. The VDUEB was then connected via three I.C. sockets formerly occupied by the original video display circuitry. Removal of the original DMA based video display effectively doubled the performance of the computer, since the CPU was no longer being disabled 50 times per second for video display refreshes. The board gave the Super-80 similar video display capabilities to the Applied Technology Microbee computer, released about six months after the Super-80. This led to many Microbee games being ported to the VDUEB equipped Super-80. The VDUEB proved to be a popular modification, with a users' group forming for owners of VDUEB equipped computers - The "Super-80 VDUEB Users' Club".

The Universal Floppy Disk Controller (UFDC) was an add-on floppy disk interface developed by Microcomputer Engineering (MCE). The UFDC was based on the Western Digital WD2793 floppy disk controller chip and had a Z80 DMA controller on board. The most popular disk format was 514" (133 mm) 80 track, double sided, double density using a Mitsubishi floppy drive mechanism. This gave a formatted disk capacity of 800kB. The UFDC's use of DMA required the VDUEB upgrade to be present. To install the disk controller, the Z80 CPU was removed from the main computer board and installed on the UFDC board. The UFDC then piggybacked on the socket vacated by the CPU. This meant that in theory, the UFDC could be used with almost any Z80 based system, provided there was enough physical space above the CPU. The UFDC used a primitive track based disk operating system called "Super-80 DOS", however a CP/M BIOS later became available.

The MXB-1 Memory Expansion Board was designed by a member of the VDUEB Users' Club. The MXB-1 contained space for extra EPROMs, an optional battery backed real time clock, a centronics compatible printer interface and address decoding for up to 192kB of RAM. The extra RAM was installed by replacing the standard 4116 16k × 1 bit RAM chips with 4164 64k × 1 bit RAM chips. The CPU's 64kB address limit was worked around through bank switching. The MXB-1 was mostly of benefit to users running the CP/M disk operating system, since CP/M could then have a full 64kB of RAM for programs, with up to 128kB being used as a small RAM disk.

The El Graphix "X-RAM" board provided up to 16K of battery backed CMOS RAM or EPROM. Several X-RAM boards could be piggybacked allowing each to be port selected as independent 16K banks of memory. This memory took the form of 8 x 2K 24pin sockets which accepted either 2016 CMOS RAM or 2716 EPROMS. As the system ROM shared part of the address range taken up by the X-RAM board the system ROM could be copied into CMOS RAM on the fly and modified as required to actively add or modify custom functions into the operating system.

See also

Related Research Articles

<span class="mw-page-title-main">Aster CT-80</span> 1982 personal computer

The Aster CT-80 is a 1982 personal computer developed by the small Dutch company MCP, was sold in its first incarnation as a kit for hobbyists. Later it was sold ready to use. It consisted of several Eurocard PCB's with DIN 41612 connectors, and a backplane all based on a 19-inch rack configuration. It was the first commercially available Dutch personal/home computer. The Aster computer could use the software written for the popular Tandy TRS-80 computer while fixing many of the problems of that computer, but it could also run CP/M software, with a large amount of free memory Transient Program Area, (TPA) and a full 80×25 display, and it could be used as a Videotext terminal. Although the Aster was a clone of the TRS-80 Model I it was in fact more compatible with the TRS-80 Model III and ran all the software of these systems including games. It also had a built-in speaker which was compatible with such games software.

<span class="mw-page-title-main">TRS-80 Color Computer</span> Line of home computers

The RadioShack TRS-80 Color Computer, later marketed as the Tandy Color Computer and sometimes nicknamed the CoCo, is a line of home computers developed and sold by Tandy Corporation. Despite sharing a name with the earlier TRS-80, the Color Computer is a completely different, incompatible system and a radical departure in design and compatibility with its Motorola 6809E processor rather than the Zilog Z80 earlier models were built around.

<span class="mw-page-title-main">Commodore PET</span> Personal computer system

The Commodore PET is a line of personal computers produced starting in 1977 by Commodore International. A single all-in-one case combines a MOS Technology 6502 microprocessor, Commodore BASIC in read-only memory, keyboard, monochrome monitor, and, in early models, a cassette deck.

<span class="mw-page-title-main">Nascom</span> British single-board computer kit

The Nascom 1 and 2 were single-board computer kits issued in the United Kingdom in 1977 and 1979, respectively, based on the Zilog Z80 and including a keyboard and video interface, a serial port that could be used to store data on a tape cassette using the Kansas City standard, and two 8-bit parallel ports. At that time, including a full keyboard and video display interface was uncommon, as most microcomputer kits were then delivered with only a hexadecimal keypad and seven-segment display. To minimize cost, the buyer had to assemble a Nascom by hand-soldering about 3,000 joints on the single circuit board. Later on, a pre-built, cased machine named Nascom 3 was available; this used the Nascom 2 board.

<span class="mw-page-title-main">Ferguson Big Board</span>

The Big Board (1980) and Big Board II (1982) were Z80 based single-board computers designed by Jim Ferguson. They provided a complete CP/M compatible computer system on a single printed circuit board, including CPU, memory, disk drive interface, keyboard and video monitor interface. The printed circuit board was sized to match the Shugart 801 or 851 floppy drive. This allowed attachment to up to two 8 inch or 5 1/4 inch floppy disk drives. The Big Board II added a SASI interface for hard disk drives, enhancements to system speed and enhancements to the terminal interface.

<span class="mw-page-title-main">Mattel Aquarius</span> 1983 home computer

Aquarius is a home computer designed by Radofin and released by Mattel Electronics in 1983. Based on the Zilog Z80 microprocessor, the system has a rubber chiclet keyboard, 4K of RAM, and a subset of Microsoft BASIC in ROM. It connects to a television set for audiovisual output, and uses a cassette tape recorder for secondary data storage. A limited number of peripherals, such as a 40-column thermal printer, a 4-color printer/plotter, and a 300 baud modem, were released. The Aquarius was discontinued in October 1983, only a few months after it was launched.

<span class="mw-page-title-main">VTech Laser 200</span>

The VTech Laser 200 is an 8-bit home computer from 1983, also sold as the Salora Fellow, the Seltron 200 in Hungary and Italy, the Smart-Alec Jr. by Dynasty Computer Corporation in Dallas, Texas for the USA, the Texet TX8000A, and the Dick Smith VZ 200 and the VTech VZ 200.

<span class="mw-page-title-main">ELF II</span>

The Netronics ELF II was an early microcomputer trainer kit featuring the RCA 1802 microprocessor, 256 bytes of RAM, DMA-based bitmap graphics, hexadecimal keypad, two digit hexadecimal LED display, a single "Q" LED, and 5 expansion slots. The system was developed and sold by Netronics Research and Development Limited in New Milford, CT, USA.

<span class="mw-page-title-main">MicroBee</span> Series of networkable home computers

MicroBee was a series of networkable home computers by Applied Technology, which became publicly listed company MicroBee Systems Limited soon after its release. The original Microbee computer was designed in Australia by a team including Owen Hill and Matthew Starr.

<span class="mw-page-title-main">Galaksija (computer)</span>

The Galaksija was a build-it-yourself computer designed by Voja Antonić. It was featured in the special edition Računari u vašoj kući of a popular eponymous science magazine, published late December 1983 in Belgrade, Yugoslavia. Kits were available but not required as it could be built entirely out of standard off-the-shelf parts. It was later also available in complete form.

<span class="mw-page-title-main">Acorn Eurocard systems</span> Series of modular microcomputer systems

The Acorn Eurocard systems were a series of modular microcomputer systems based on rack-mounted Eurocards developed by Acorn Computers from 1979 to 1982, aimed primarily at industrial and laboratory use, but also home enthusiasts.

<span class="mw-page-title-main">Tangerine Microtan 65</span>

The Tangerine Microtan 65 was a 6502 based single board microcomputer, first sold in 1979, which could be expanded into, what was for its day, a comprehensive and powerful system. The design became the basis for what later became the Oric Atmos and later computers, which has similar keyboard addressing and tape I/O as in the Microtan 65. The Microtan 65 has a single step function that can be used for debugging at the hardware level. The computer was available as ready-built boards or as kits consisting of board and components requiring soldering together.

<span class="mw-page-title-main">Processor Technology</span> Personal computer company, founded 1975

Processor Technology Corporation was a personal computer company founded in April 1975, by Gary Ingram and Bob Marsh in Berkeley, California. Their first product was a 4K byte RAM board that was compatible with the MITS Altair 8800 computer but more reliable than the MITS board. This was followed by a series of memory and I/O boards including a video display module.

<span class="mw-page-title-main">Sord M5</span>

The Sord M5 is a home computer launched by Sord Computer Corporation in 1982. Primarily the Sord M5 competed in the Japanese home computer market. It was also sold as the CGL M5 in the United Kingdom by Computer Games Limited and was reasonably popular in Czechoslovakia, where the M5 stood as one of the first affordable computers available to the general public. Takara also sold models in Japan as the Game M5, and models were also exported to South Korea.

<span class="mw-page-title-main">Video Genie</span> Series of computers produced by Hong Kong-based manufacturer EACA during the early 1980s

Video Genie is a discontinued series of computers produced by Hong Kong-based manufacturer EACA during the early 1980s. Computers from the Video Genie line are mostly compatible with the Tandy TRS-80 Model I computers and can be considered a clone, although there are hardware and software differences.

Each time Intel launched a new microprocessor, they simultaneously provided a system development kit (SDK) allowing engineers, university students, and others to familiarise themselves with the new processor's concepts and features. The SDK single-board computers allowed the user to enter object code from a keyboard or upload it through a communication port, and then test run the code. The SDK boards provided a system monitor ROM to operate the keyboard and other interfaces. Kits varied in their specific features but generally offered optional memory and interface configurations, a serial terminal link, audio cassette storage, and EPROM program memory. Intel's Intellec development system could download code to the SDK boards.

N8VEM was a homebrew computing project. It featured a variety of free and open hardware and software. N8VEM builders made their own homebrew computer systems for themselves and shared their experiences with other homebrew computer hobbyists. N8VEM homebrew computer components are made in the style of vintage computers of the mid to late 1970s and early 1980s using a mix of classic and modern technologies. They are designed with ease of amateur assembly in mind.

Hector are a series of a microcomputers produced in France in the early 1980s.

<span class="mw-page-title-main">Transam Triton</span> Computer History

The Transam Triton was an early British 8-bit microcomputer announced in 1978 as a partnership between Transam Components and Electronics Today International (ETI) magazine. The Triton appeared in the context of accelerating interest in home computing through the 1970s. The emerging wide availability of single chip microprocessors had enabled computing to become affordable to individuals, whereas previously the devices had been the preserve of businesses and universities. Several similar home computers arrived around this time such as the Nascom and Newbear 77-68 just prior to the launch of the more well known low cost machines such as the Sinclair ZX80 and ZX81 that helped establish the mainstream market.

References

  1. 1 2 Dick Smith advertisement. (November 1982). Electronics Australia, p. 101.
  2. "Super-80 Computer". (August 1981). Electronics Australia, p. 70.
  3. (1981). Super-80 Technical Manual. p. 52. Dick Smith Electronics. OCLC   220572735
  4. (1981). Dick Smith Super-80 Basic Reference Manual. p. 2. Dick Smith Electronics.
  5. (1981). Software for the Super-80 Computer, Electronics Australia ISBN   0-909558-14-0
  6. "A printer interface for the Super-80". (May 1982). Electronics Australia, p. 80.