Research Machines 380Z
From Wikipedia, the free encyclopedia
Research Machines 380Z | |
---|---|
Type | Personal computer |
Developer | Research Machines Limited |
Released | 1978 |
Discontinued | 1985 |
Processor | Z80 at 4 MHz |
Memory | 64 KiB maximum (56 KiB usable) |
Media | 5¼-inch or 8-inch floppy disk |
Graphics | 320×192 pixels, 2 bits per pixel (optional) |
Operating system | CP/M |
The Research Machines 380Z (often called the RML 380Z or RM 380Z) was an early 8-bit microcomputer produced by Research Machines Limited in Oxford, England, from 1978 to 1985.
The 380Z used a Z80 microprocessor (hence the name) with up to 56 KiB of user RAM.[1] When fitted with an optional floppy disk drive the system ran the CP/M operating system.[2] The basic system came with a text-only monochrome video card, which could be enhanced with a high-resolution graphics board.[3]
The 380Z was sold mainly to schools in the UK, with some also sold to industry. In 1979 a dual 8-inch disk system with 56 KiB of memory cost £3266, and a 16 KiB cassette-based system cost £965 (excluding VAT).[4]
Contents |
[edit] Hardware
[edit] Architecture
The 380Z was packaged in a large, black, 19-inch wide, rectangular metal case containing the power supply, a number of printed circuit boards and the optional 5¼-inch floppy disk drives. Early versions were contained in a light blue metal case with a white front and only had a cassette interface; only a small number of these were made. The keyboard was separate and came in a tough metal case.
The system used a passive bus architecture with no motherboard – all electronics were contained on a number of cards interconnected by ribbon cable. The only microprocessor offered was a 4 MHz Z80A.[3]
[edit] Memory
Memory was fitted in up to four banks of RAM, each of either 4 KiB or 16 KiB, although not every permutation was permitted.[5] Typical configurations were 16 KiB for cassette-based systems and 32, 48 or 64 KiB of memory on disk-based systems. Main memory was not used by the text or graphics video cards, although memory on the video cards was bank switched into a dedicated 1.5 KiB address block.[1]
The 380Z was also fitted with up to 5.25 KiB of firmware, known as COS.[1][5] On systems fitted with less than 64 KiB or RAM the COS reserved 1 KiB of system RAM, leaving the rest available to the user. On the 64 KiB RAM system a total of 56 KiB was available to the user, with the remainder used by COS or inaccessible because of the firmware ROM, video card, and memory-mapped I/O.[1]
[edit] Video
COS 3.4 (see below) and earlier systems came with a basic video card providing a 40×24 text-only monochrome display. Composite video output was provided for an external monitor, and an internal RF modulator provided a separate output to drive a television set. Later systems were supplied with an enhanced video card that was software-switchable between 40×24 and 80×24 character modes and supported a number of character attributes (underline, dim, reverse-video).[6] Both card types were fitted with their own dedicated video memory.
In addition to the text-mode video card the system could be enhanced with a high-resolution graphics (HRG) board. The board was fitted with a dedicated bank of 16 KiB of video memory and supported two graphics modes:
- High resolution: 320×192 pixels, 2 bits per pixel, 1 page.
- Medium resolution: 160×96 pixels, 4 bits per pixel, 2 pages.
A programmable lookup table with an 8-bit output mapped the pixel value to one of 256 different colours (analogue RGB output) or intensities (composite video).[7]
Output from the graphics board was mixed with output from the text-only video card, allowing text and graphics to be easily overlaid. The graphics output only covered the top 20 lines of the text display and therefore text output could be set to only use the bottom 4 lines if overlap was not desired.
[edit] Storage
Mass storage was either via cassette tape or floppy disk (which required a disk controller card). The cassette interface operated at either 300 bit/s (CUTS standard) or 1200 bit/s.[8] COS 4.0 and later systems were not fitted with the cassette interface.
Early systems could be fitted with an optional single density floppy disk controller card that could interfaced to either internal 5¼-inch or external 8-inch floppy disk drives. Disk capacity was 80 KiB per side on 5¼-inch disks and 250.25 KiB per side on 8-inch disks. Double-sided disk drives were treated as two independent disks with a drive letter per side.[9] CP/M used the first 4 tracks on 5¼-inch disks and the first 3 tracks on 8-inch disks, reducing the usable capacity of a single density, single-sided 5¼-inch disk to 72 KiB.[9]
Later systems (referred to as the 380Z-D) were fitted with a double density Intelligent Disc Controller (IDC), which increased disk capacity to either 180 KiB (48 TPI drives) or 360 KiB (96 TPI drives) per side on 5¼-inch disks and 500.5 KiB per side on 8-inch disks.[10] Support for a "Winchester" hard disk drive could be provided using an intelligent Host Interface Board (HIB) that implemented a SASI interface. Hard disk systems were mainly used as file servers for networked LINK 480Z systems.[11]
[edit] Interface cards
The passive bus allowed a number of cards to be installed in the 380Z. All systems required:
- CPU/RAM – holding the Z80A CPU, firmware ROMs, and up to 32 KiB of RAM. The card also provided a parallel Centronics printer port (not always connected).
- Video, either a VDU-40 or VDU-80 card – providing the 40×24 or the switchable 80×24/40×24 character text displays, respectively.
Other cards were optional, and included:[3]
- RAM – a second CPU/RAM board, with processor and ROMs omitted, holding up to a further 32 KiB of RAM.
- Floppy Disc Controller (FDC) – a single density disk controller, which also provided an RS-232 serial interface (SIO-4).
- Intelligent Disc Controller (IDC) – a double density disk controller with its own dedicated microprocessor.
- High Resolution Graphics (HRG) – up to 320×192 pixels.
- Host Interface Board (HIB) – for hard disk support.
- 380Z Network Interface Board (380Z-NET) – a proprietary 800 kbit/s network interface used to interconnect to a network of LINK 480Zs.
- Serial Interface-1 (SIO-1) – available as the SIO-1A (RS-232) or SIO-1B (20 mA current loop).
- Serial Interface-2 (SIO-2) – available as the SIO-2 (RS-232) or SIO-2B/SIO-3 (20 mA current loop).
- Serial Interface-4C (SIO-4C) – providing an SIO-4 interface on cassette systems without the FDC card.
- IEEE-488 Interface.
- PIO/RTC Interface Development Board – providing a Z80 PIO and Z80 RTC.
- Analogue I/O Board – providing 16 input channels and 2 output channels.
[edit] Firmware
[edit] Boot monitor
The system firmware contained only a basic monitor program, known as COS (standing for Cassette Operating System in the COS 3.4 and earlier systems[12] and Central Operating System in the later disk-only systems[13]). The monitor could be used to load application programs, such as BASIC, from cassette or to boot the disk operating system. COS also provided a software front panel allowing the display of registers and memory, and supporting breakpoints and single-stepping of machine code.
The COS monitor was stored in either 4 KiB (COS 3.4 and earlier) or 6 KiB (COS 4.0 and later) of ROM,[5] although in the latter case only 5.25 KiB was mapped into addressable memory.
[edit] COS services
COS provided a number of basic hardware control functions, such as keyboard input, writing text to the video card and disk input/output. COS functions were called by means of the Emulator Trap (EMT) pseudo-opcode, which used the Z80 RST 30H instruction to call the EMT handler function.[13] The EMT handler read the first byte following the RST 30H instruction to determine which EMT function was being requested; all parameters were passed in registers. A call-relative pseudo-opcode was also implemented using RST 28H.
[edit] Main COS versions
COS versions were mainly tied to the new hardware functions they supported.
- COS 2.3 – cassette-only, 40×24 video card.
- COS 3.0 – floppy disk support.
- COS 3.4 – main COS version supporting single density disks and the 40×24 video card.
- COS 4.0 – 80×24 text display, no cassette support.
- COS 4.2 – double density disk drives (380Z-D).
[edit] Software
[edit] Operating systems
The main disk operating system was CP/M, initially CP/M 1.4 and later CP/M 2.2.[14] MP/M II was used on the file server version, which supported a network of LINK 480Z computers using CP/NET.
[edit] Application software
Many standard CP/M applications were available, such as WordStar. Research Machines also produced their own assembler (ZASM), text editor (TXED) and BASIC interpreter.
[edit] References
- ^ a b c d Research Machines Limited (1984). "Memory Layout", 380Z and LINK 480Z Firmware Reference Manual (PDF), pp. 12.1–12.8. PN 10971. Retrieved on 2008-02-21.
- ^ Research Machines Limited (1981). "Software Notes", 380Z Disk System Information File (PDF), pp. 4.1–4.26. PN 10930. Retrieved on 2008-02-21.
- ^ a b c Research Machines Limited (1981). "Hardware Notes", 380Z Disk System Information File (PDF), pp. 3.1–3.41. PN 10930. Retrieved on 2008-02-21.
- ^ Research Machines Limited (September 1979). "The Research Machines 380Z Computer System [Advertisement]". Personal Computer World 2 (5): p. 81.
- ^ a b c Research Machines Limited (1984). "380Z CPU Board", 380Z Service Manual (PDF), pp. 1.1–1.9. PN 13821. Retrieved on 2008-02-21.
- ^ Research Machines Limited (1984). "Screen Handling – The OUTC Family", 380Z and LINK 480Z Firmware Reference Manual (PDF), pp. 3.1–3.20. PN 10971. Retrieved on 2008-02-21.
- ^ Research Machines Limited (1984). "Getting Started with High Resolution Graphics", Extended Basic Versions 5 & 6 for Stand-alone Disc Systems and Network Stations Reference Manual (PDF), pp. 15.1–15.22. PN 11006. Retrieved on 2008-02-21.
- ^ Research Machines Limited. "COS MONITOR Version 3.0", 380Z System Manual (PDF), pp. 3-3.1–3-3.4. Retrieved on 2008-02-21.
- ^ a b Research Machines Limited (1982). "Disc Storage", 380Z Disc System CP/M Version 2.2 Users Guide (PDF), pp. 3.1–3.6. PN 10915. Retrieved on 2008-02-21.
- ^ Research Machines Limited (1984). "Disc Handling", 380Z and LINK 480Z Firmware Reference Manual (PDF), pp. 8.1–8.20. PN 10971. Retrieved on 2008-02-21.
- ^ Research Machines Limited (1984). "Host Interface Board", 380Z Service Manual (PDF), pp. 8.1–8.4. PN 13821. Retrieved on 2008-02-21.
- ^ Research Machines Limited. "COS MONITOR Version 3.0", 380Z System Manual (PDF), pp. 3-4.1–3-4.2. Retrieved on 2008-02-21.
- ^ a b Research Machines Limited (1984). "Introduction", 380Z and LINK 480Z Firmware Reference Manual (PDF), pp. 1.1–1.11. PN 10971. Retrieved on 2008-02-21.
- ^ Research Machines Limited (1982). "Summary of Main Differences Between CP/M 2.2 Release 1 and CP/M 1.4", 380Z Disc System CP/M Version 2.2 Users Guide (PDF), pp. I.1–I.5. PN 10915. Retrieved on 2008-02-21.