REVIEWS COURTESY OF ZXSR

Viscount Disk Drive System
Interactive Instruments Ltd
1984
Sinclair User Issue 26, May 1984   page(s) 31

IDEAL HOME DISK DRIVE

In recent months there have been a number of disc systems appearing for the Spectrum, not to mention the Microdrive. One of the first was the Viscount system from Interactive Instruments.

The system comprises an interface which plugs into the back of a 48K Spectrum and a 5.75in. Shugart disc drive, complete with connecting cable. Interactive can supply an extension cable if necessary if you want to add a printer interface, for example. Also the interface will support only one drive and that has only single-sided discs but it manages to squeeze more than 107K on to them.

Setting up the system is very straightforward. On power-up the contents of the EPROM is loaded into the upper 8K of memory and a number of extra variables are added; they occupy another 110 bytes. Those variables are used to call the various functions of the interface.

The first step is to format a new disc, which is done by entering the command PRINT USR nd. Once formatted the disc will have 40 tracks, each 2,816 bytes long. The first track is always taken up with the directory, so you are left with 39 tracks, a total of 109,824 bytes of storage.

Both Basic and machine code can be made to auto-run; code can also be made to load into a different area from the one from which it was saved. The way of filing f$ for arrays is a little complicated and arrays also have one major disadvantage.

Each time an array is saved you are limited to a length of 2,816 bytes, so if you were using a program which uses a string of 28,000 characters you would have to save it in pieces.

In use, the system is at least twice as fast as a Microdrive but the penalty is that it uses a good deal of RAM space.

That means that although it is ideal for business you cannot use programs such as Tasword or Masterfile on it. Transform Ltd, however, can supply some of its software on disc.

Overall, the system is ideal for home users who write their own programs or as part of a development system. The system can be obtained from the Spectrum chain of shops, costing £245 inc. or from the manufacturer, Interactive Instruments, Ltd, Unit 6, Pilot House, King Street, Leicester.


Transcript by Chris Bourne

Your Spectrum Issue 4, Jun 1984   page(s) 33,34

YOUR FLEXIBLE FRIEND

Two disk arrangements, based on completely different ideas, have been available for use on the ZX Spectrum for some time now. Stephen Adams compares and contrasts the Viscount interface and drive from Spectrum Computer Stores and the FDI interface from Technology Research Ltd.

The object of buying a disk drive is to be able to speed up LOADing and SAVEing of data and programs - data being the most important, as files used for databases frequently have to be LOADed, MERGEd or altered and then SAVEd again.

One advantage these disks have over tapes (including the ZX Microdrive) is that it's possible to go directly to an area (or record as it's called) of data and read it directly into the computer. This is called Random Access. Of course, on tape, the whole thing has to be gone through right up to the point where a particular record is found. And if it's not found then the tape has to be re-wound and the search begun all over again. This laborious process is known as Serial Access.

Another advantage is speed. The baud rate for LOADing data from disks is usually in the region of 128K baud as against the Spectrum's tape speed of 1500 baud, an increase of about ninety times! Double density disks and multiple drives can also raise the amount of data immediately available to the computer. The approximate data capacity of the systems examined here is about 100K minimum.

In both cases, connection to the ZX Spectrum takes place via the expansion port, but only the FDI provides you with a further expansion port at the back for attaching printers and the like. To use a printer with the Viscount, you'll need a special flexible cable with extra sockets that contain printed circuit cards. These are available from CPS (wholesale distributors for all Sinclair Research 'out of guarantee' spares) as well as Spectrum dealers.

Both systems use up memory space for the Disk Operating Systems (DOS) at the top of memory. The Viscount, because it's software controlled, uses up more memory (8K) than the FDI which normally only uses 1K. However, the FDI swallows up an extra 4K as a buffer for deleting files, and this needs to be allowed for when writing or modifying existing programs. And remember too that many machine code programs such as Tasword are position dependent in memory and you'll need a new version to work with disks.

Having inserted the interface in the back of the ZX Spectrum, powered up the disk drive (the FDI interface takes BBC disk drives, so the choice is a wide one) and switched on, what do we get now? Well, on the Viscount we notice no difference at all except that there are now two copyright messages on the screen, and RAMTOP is 8K lower. With the FDI you are straight into the DOS and the system requests a password. This is 'TRL' (supposedly standing for 'Technology Research Ltd') for the disk supplied, but you can change it to anything you like. Only the correct password (which is recorded on the disk when it's formatted) will allow you access to the directory (a menu of the programs on the disk) and thus to the files.

Once through the password you may enter a command for either A or B disks (if you have a dual drive system) from the table listed at the end of this article. This command will then be executed by LOADing and RUNning the file named. You can return to Basic, but this NEWs any resident program.

Life is a little easier on the Viscount. You can LOAD a program from tape, enter a program or LOAD one from disk using the variables already inserted into the variables section by the DOS. All commands must be put into f$ in the form of name and the details of the file you wish to LOAD or SAVE. By file (as you might have already guessed) we mean a program, data array or machine code routine. The commands on the Viscount are easy to use, consisting of a call to a machine code routine in the DOS using instead of numbers, a variable which is a reasonable description of the command. For instance, 'RAND USR BL' LOADs a Basic program, 'RAND USR BACK' makes a back-up copy of the disk, and so on. These must be re-loaded if you use RUN or CLEAR by RAND USR 64000. The names can also be changed to suit the program - for instance, you might change BL to 'DATABASEPROG' and CL to 'FILELOAD'.

The only problem I found using these commands is that there's an error in the BACK routine which requires POKEing locations 63208 with 80 and 63209 with 249. These I eventually SAVEd as a code program which could be loaded up before using the command. The DOS may therefore be modified in both systems to eliminate errors.

I also had some trouble with the disk units themselves. They tended to overheat when I first got them, but this I cured by installing larger heatsinks on the power supply; there's been no trouble since. Problems on the TRL system centred mainly around the fact that I couldn't format my double-sided disks, despite trying several different sets of software from the suppliers. Eventually, I switched to a single-sided, single drive system which worked fine.

A word of warning, however. The interface socket, although quoted as BBC compatible is in fact upside down to the normal connector. Therefore, the notch on the plug does not go into the hole provided on the socket - at least not without causing damage to the interface. There's a listing of the pin connections in the manual, but no warning.

VIVE LA DIFFERENCE!

The FDI is designed to cope with machine code programs, mostly with the user allocating a buffer for the routines or data. Basic programs (using an 4$' prefix) can be LOADed or MERGEd, but the variables (with a '#'' prefix) must be SAVEd and LOADed separately. Any program without a prefix is a machine code program which is LOADed and run from the location given. Basic programs may only be RUN on LOADing (no GOTOs). The commands PUT and GET allow you to SAVE and LOAD data in 512 byte machine code sectors into a buffer.

The commands in Basic must be POKEd into a workspace contained in the 1K area; but a USR routine must first be called to find out where. After POKEing the command in, a list of numbers within the command must also be POKEd into another series of locations. Then, the USR routine which looks at the line can be called.

Although a Basic subroutine was included on the disk, which could be MERGEd with the main program (so that strings could be used to give the commands), I still found it cumbersome and would hardly call it user friendly!

The FDI moves all programs and so on around to take up any spare space - which is very efficient. This means any new file is always added on the end of the list. The Viscount, however, only allows you to use complete tracks for files, which are 2816 bytes long. Thus if a program or data is only 20 bytes long it still takes up 2.816K.

Arrays can be stacked together in one file to give better use of the space and member numbers act like DIM numbers for the particular array you want.

TOP OF THE FLOPS?

Both manuals are reasonable, given that they've been written with the programmer in mind and not the average user. The Viscount is perhaps slightly better in that it lists the error numbers at the back - the FDI manual leaves you to find out for yourself! Taking everything into account, the Viscount would seem to be the better system. It not only costs less, but is far easier to use; it also includes a back-up program (very important when using disks), whereas it's an optional extra with the FDI.

DATA

The Viscount is only available at present through the Spectrum chain of dealers, but may also be stocked by other sources as it becomes more popular. The disk drive plus interface costs £245.

Technology Research Ltd is at 356 Westmount Road, London SE9 1NW (Staines 63547). The FDI interface costs £99 and needs a BBC or similar disk drive (self-powered); TRL's equivalent to the Viscount disk costs £218.50 and a connecting cable adds perhaps a further £15. The copying program (to back up the disks) costs an extra £7.

Both systems reviewed here require the 48K Spectrum. However, the FDI interface can also be supplied for the 16K machine.


REVIEW BY: Stephen Adams

Transcript by Chris Bourne

All information in this page is provided by ZXSR instead of ZXDB