OPD: Computer One floppy interface recreation.
-
- Super Gold Card
- Posts: 581
- Joined: Tue Mar 11, 2014 8:00 pm
- Location: Oxford, UK.
- Contact:
Re: OPD: Computer One floppy interface recreation.
Now published on Github: https://github.com/stephen-usher/OPD-Co ... -Interface
-
- Super Gold Card
- Posts: 581
- Joined: Tue Mar 11, 2014 8:00 pm
- Location: Oxford, UK.
- Contact:
Re: OPD: Computer One floppy interface recreation.
Starting to get somewhere with the case design:
The main body needs to be about 2mm deeper and the lugs on the front "hatch" longer, but it's getting there.
The main body needs to be about 2mm deeper and the lugs on the front "hatch" longer, but it's getting there.
-
- Super Gold Card
- Posts: 581
- Joined: Tue Mar 11, 2014 8:00 pm
- Location: Oxford, UK.
- Contact:
Re: OPD: Computer One floppy interface recreation.
Other than an issue caused by my filament being a little damp, the case has now come out very well.
I'm about to upload the STL files to GitHub.
I'm about to upload the STL files to GitHub.
-
- RWAP Master
- Posts: 2895
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: OPD: Computer One floppy interface recreation.
What ever happened to this project?
The Telestore was also another target but I don't think anyone managed to read the EPROMs as they are soldered to the board?
The Telestore was also another target but I don't think anyone managed to read the EPROMs as they are soldered to the board?
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
-
- Super Gold Card
- Posts: 581
- Joined: Tue Mar 11, 2014 8:00 pm
- Location: Oxford, UK.
- Contact:
Re: OPD: Computer One floppy interface recreation.
It's on Github for everyone to enjoy.RWAP wrote: Wed Jul 30, 2025 4:35 pm What ever happened to this project?
The Telestore was also another target but I don't think anyone managed to read the EPROMs as they are soldered to the board?

https://github.com/stephen-usher/OPD-Co ... -Interface
The Telestore with the RAM expansion was a better product. The limitation of the Computer One interface is that the slave blocks for the filesystem take up some of the memory which prevents things such as the set-up utilities from being able to be used. With more memory this would be solved.
Re: OPD: Computer One floppy interface recreation.
Hmm. Actually, that seems to be a driver problem, then: A proper QDOS device driver must be able to free all used slave blocks when memory gets scarce.stephen_usher wrote: Thu Jul 31, 2025 8:55 amIt's on Github for everyone to enjoy.RWAP wrote: Wed Jul 30, 2025 4:35 pm What ever happened to this project?
The Telestore was also another target but I don't think anyone managed to read the EPROMs as they are soldered to the board?
https://github.com/stephen-usher/OPD-Co ... -Interface
The Telestore with the RAM expansion was a better product. The limitation of the Computer One interface is that the slave blocks for the filesystem take up some of the memory which prevents things such as the set-up utilities from being able to be used. With more memory this would be solved.
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
-
- Super Gold Card
- Posts: 581
- Joined: Tue Mar 11, 2014 8:00 pm
- Location: Oxford, UK.
- Contact:
Re: OPD: Computer One floppy interface recreation.
The OPD is not running QDOS and the OS treats the RAM as a set of 4K fixed size data pages in a database which it controls.
The machine is acting more like an early 1970s minicomputer than a micro.
The machine is acting more like an early 1970s minicomputer than a micro.