Miles Gordon Technology
|
Miles Gordon Technology, known as MGT, was a small British company, initially specialising in high-quality add-ons for the Sinclair ZX Spectrum home computer. It is named for its founders, Alan Miles and Bruce Gordon.
As the Spectrum became hugely popular, the lack of a mass-storage system became a problem for more serious users and while Sinclair's response, the Interface 1 and Microdrive, was very cheap and technologically innovative, it was also rather limited.
Many companies developed interfaces to connect floppy disk drives to the Spectrum, one of the most successful being the Opus Discovery, however these were all to some degree incompatible with Sinclair's system.
MGT's approach was different. It produced two different floppy-disk interfaces for the Spectrum, first the DISCiPLE and later the cut-down PlusD. Both, however, shared certain features:
- a Shugart-compatible port for connecting one or two floppy diskette drives (the de facto standard created by Shugart Associates)
- a parallel printer port
- a "magic button"
The latter generated a Non-Maskable interrupt, freezing any software running on the Spectrum and allowing it to be saved to disk. This made it simple to store tape-based games on disk, to take screenshots and to enter cheat codes. A duplicate expansion connector at the back allowed other peripherals to be daisy-chained, although the complexity of the DISCiPLE meant that many would not work correctly.
However, the real innovation was in the ROM. Unlike most of the competing systems, this was compatible with the Sinclair's extended ROM, meaning that the same BASIC commands used to operate Microdrives or the ZX Printer now could control floppy disk drives or a standard parallel printer. As well as being BASIC-compatible, though, it also mimicked the machine code entry points in the Interface 1 - the so-called "hook codes". This meant that any Microdrive-specific software could use floppy disk drives connected to MGT interfaces instead, without modification. The floppy drives simply appeared to Microdrive-aware applications to be very big, fast microdrives.
Sinclair's Microdrive command syntax was so complex that a selling point of many disk interfaces was that their commands were simpler. While loading from tape required a simple
- LOAD "progname"
the equivalent Microdrive syntax was
- LOAD *"m";1;"progname"
Given the complexity of entering punctuation on the Spectrum's tiny keyboard, this was cumbersome. In addition to supporting the Sinclair syntax, MGT's code reduced the command to
- LOAD d1"progname"
Later, MGT produced the Lifetime Drive range (later named Universal Drive after concerns about warranty expectations). The drive was advertised as being compatible with major systems on the market at the time and comprised of four models (3.5" and 5.25", with and without their own power supplies). Compatibility with various machines was achieved using a DIP switch and computer-specific cables.
The final product, which resulted in the company's demise, was the SAM Coupé.
External links
- MGT Lifetime/Universal Disc Drive FAQ (http://www.envytech.co.uk/mgt/)
- DISCiPLE/+D Technical Guide (http://www.ramsoft.bbk.org/tech/mgt_tech.txt)