Author: Graham
Osborne Executive
Tandy TRS-80 Model 4P
System 80 Monitor
The System 80 came with a Thorn 7433 black & white TV that was used as a monitor. It had had a couple of homebrew additions.
The first was a composite video input, so modulation/demodulation is redundant.
The second was a green screen, which was appropriately agricultural. The mount has broken and in any case is too rough even for my low standards.
It seems to be working fine.
I have removed the mount, and rubbed back the glued areas. It’s currently awaiting paint and then i’ll attempt to mount some coloured perspex that looks a little more appealing.




IBM PC XT
SGI Indy

I bought this from Retro Computing Group member Jon. He and our fellow member, Michael, acquired a few units and swapped parts to get a some reliable systems. This one received a Sony power supply in place of the original which was a somewhat unreliable type (by reputation) and an additional disk (not sure if there’s a problem with the original). Michael installed Irix 6.5.
The unit itself was in good condition and came with SGI monitor, keyboard, mouse (not working), and video camera. It also had some books and installation media.
Tandy TRS-80 Model 4
Sirius One / Victor 9000
The Sirius One was a moderately successful attempt to produce a 16 bit business machine using MS-DOS and CP/M-86. It was targeting a similar market of that of the IBM PC and although it runs the same operating systems as an IBM PC it is not a PC-compatible. Both machines were released in 1981.

The machine was sold as the Sirius One in some markets and as the Victor 9000 in others.
It was designed by Chuck Peddle, who is famous for designing the Commodore PET. It sold well in the UK and Europe.
The Sirius One did have some significant advantages over the IBM PC, including 800 x 400 pixel graphics, more sophisticated sound, and 600k single-sided 80 track 5.25″ drives.
The drives used variable speed to more efficiently use the longer outside tracks. The Apple Macintosh 3.5″ drives used a similar approach.
Furthermore, it has some nice touches like prompting for disks with icons and automatically detecting disks. It is happy to boot from either drive.
Soft keys for contrast and audio volume also add to the feeling that this computer is quite highly evolved for 1981.
Like the IBM PC, it had expansion slots – but not the same as the IBM ISA slots.
This particular machine was spotted by a ARC colleague, Mike, at a former recycling depot. It had been a little mistreated during the “about to be recycled” process, but nothing too severe.
It has 128k of memory on the main board and another 128k on an expansion card. Printer and serial ports were built in.
I think the monitor should be sitting on a pivot base, but that must have been lost along the way.
The Monitor required a simple cable repair after some rough treatment. It’s powered from the main unit.


I inspected the power supply. Somebuddy had powered the unit on fairly recently, probably in preparation for sale, and one of the line filter capacitors had smoked. I replaced 3 X and 2 Y capacitors. I load tested the power supply, and it was good to go.

The drives were in very good condition and i just cleaned and lubricated the rails. One drive light is a little dull.

Overall, the machine gives an appearance of far greater quality than an IBM PC. It comes apart easily.



The keyboard is not great. The foam pads will need to be replaced (like a Compaq Portable or Kaypro II).
The machine did not come with any floppy disks. Fortunately, there are a lot of disk images available online.
Writing them is a bit of a challenge because of the unique format. They need to be written with an 80 track drive but with double density. I used a Panasonic JU-475-5. I tried another drive (Newtronics), but it seemed to only write reduced current for high density disk media.
Fluxengine supports the disk format and is happy to write it using a greaseweazle:
fluxengine write victor9k_ss --drive.rotational_period_ms=166.67 -i dbasemp.img -d drive:0
I found this method a little prone to crashes. The alternative is to convert the images to scp format using fluxengine, and then write the scps using greaseweazle. This does not verify the writes, though.
I now have the fluxengine hardware so that’s a third option to try.
The screen is very sharp. The brightness is controlled with soft keys. The monitor has an antiglare mesh built in.





Kermit works well.
At the Sirius end:
- set parity none
- set baud 9600
- set default-disk b:
- set flow-control xon/xoff
At the pc end (Windows 10 with CKW)
- set file type binary
- set baud 9600
- set carrier-watch off
- set flow-control xon/xoff
- cwd <directory>
- send <file>
Using HD 5.25″ FDDs as 8″ Drive Substitutes
High density 5.25″ disks have much the same capacity as 8″ double density disks, and they operate at the same data rate. A 5.25″ FDD typically has a few more tracks than an 8″ FDD.
This means that a floppy disk controller expecting to see an 8″ disk drive can potentially be fooled into working with an HD 5.25″ drive. This can be very handy if you don’t have an 8″ drive or if you want a more compact setup. This trick seems to work ok with a real HD drive or with a gotek/flashfloppy. 8″ disk images can be written to HD 5.25″ media without alteration using Greaseweazle, for example.
There are a few small issues. The first is the 8″ drive interface is usually 50 pins and the 5.25″ interface is usually 34 pins. The disk controller may have both interfaces (eg the Jade DD and the 16FDC) but not always (eg the Pulsar Little Big Board only has a 50 pin interface). If there is no 34 pin interface, then an adapter will be required. The 50 pin interfaces vary a bit, so a specific adapter may be required.
The second is that 8″ drives can detect whether a drive is single or double-sided and tell the host. The operating system driver may exploit this information (eg Jade DD CP/M) so there may need to be a way to fake this. For systems that use only single sided or only double-sided disks the signal can be tied appropriately otherwise a switch may be required – and if there are different drives in the system then it may be necessary to take the signal low through a diode from the drive select line.
Third is that 8″ drives typically produced a ready (RDY) signal. Without this signal, a host may just hang. This signal is available on many drives and can usually be setup on a gotek/flashfloppy but it may not be connected on the 34 pin interface. This can be overcome by connecting pin 34 on the 34 pin interface to the appropriate pin on the 50 pin interface.





