Search found 3153 matches
- Thu Jul 31, 2025 8:58 am
- Forum: Compatibles Corner
- Topic: OPD: Computer One floppy interface recreation.
- Replies: 68
- Views: 54683
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?
It's on Github for everyone to enjoy. :-)
https://github.com/stephen-usher/OPD-Computer-One-Disk-Interface
The Telestore with ...
- Wed Jul 30, 2025 9:21 pm
- Forum: Software & Programming
- Topic: Solution: MASTER SPY without covering whole screen (no other progs visible)
- Replies: 4
- Views: 233
Re: Solution: MASTER SPY without covering whole screen (no other progs visible)
Note there is a reason why MasterSpy wants the whole screen: It is a multi-window text editor, and basically uses the whole screen as a desktop, offering multiple windows that can edit multiple files at the same time. This would obviously not work well (especially not with the PE) if the console is ...
- Mon Jul 28, 2025 12:40 pm
- Forum: Software & Programming
- Topic: Solution: MASTER SPY without covering whole screen (no other progs visible)
- Replies: 4
- Views: 233
Re: Solution: MASTER SPY without covering whole screen (no other progs visible)
What annoys me more than the window size (which is easily changed if you bother to read the manual) is that MasterSpy does not use default directories. If I get my head around it, I might develop a bodge that makes it do that - MasterSpy is such a nice editor that It would definitely be worth it.
- Sun Jul 27, 2025 11:04 am
- Forum: Compatibles Corner
- Topic: QL Core on Spectrum Next KS3
- Replies: 15
- Views: 925
- Fri Jul 25, 2025 10:37 am
- Forum: Software & Programming
- Topic: Quill from Gilsoft
- Replies: 105
- Views: 25520
Re: Quill from Gilsoft
The main problem with the Next QL core is the lack of documentation. Which I do not expect the new KS3 version to be any different.
I wish they had written a dirctory device driver like the Q68, which can access FAT16 partitions with a standard QL device.
SUB device driver is one of the most ...
- Thu Jul 24, 2025 9:43 am
- Forum: Software & Programming
- Topic: Quill from Gilsoft
- Replies: 105
- Views: 25520
Re: Quill from Gilsoft
That will allow me to get more games onto my win file. As you say, this needs to be documented better, and presumably will by the time KS3 is launched, along with more features possibly.
Cheers,
Alan
Actually, the Next QL core comes with some utilities that make bringing files intro the QXL ...
- Thu Jul 24, 2025 8:31 am
- Forum: For Sale
- Topic: Book with QL on the cover: 70 Years of Popular Music, The 80s
- Replies: 2
- Views: 182
Re: Book with QL on the cover: 70 Years of Popular Music, The 80s
Well, of course: QL users played around with the unearthly musical capabilities of their computer, got frustrated and bought their music at the record store.bwinkel67 wrote: Thu Jul 24, 2025 3:59 am So I guess when one thinks of 80s music the Sinclair QL is one of the first things to come to mind:


- Wed Jul 23, 2025 7:48 pm
- Forum: Hardware
- Topic: Sinclair ql black screen
- Replies: 54
- Views: 10558
Re: Sinclair ql black screen
I did order some new memory thinking that it was a possibility what was wrong but on looking at the replys to my request one stated he thought IC21 was at fault so I ordered a replacement and did socket it as why would you not as if it failed now why would it not fail in the future.
Bus drivers ...
- Tue Jul 22, 2025 9:25 am
- Forum: The Off-Topic Section
- Topic: ZX Spectrum Next Kickstarter 2 just launched
- Replies: 61
- Views: 38699
Re: ZX Spectrum Next Kickstarter 2 just launched
A good article on the other kickstarter for the Commodore 64 (well, it's not a kickstarter, but something similar).
https://www.wired.com/story/the-risky-business-of-bringing-commodore-back-to-life/
Does anyone know the author? He seems pretty spot on on many things retro.
For me, I like the ...
- Tue Jul 15, 2025 11:57 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 85
- Views: 19815
Re: My
Ideally, sqLux should support both the Unix/Linux clipboard and the Windows clipboard. I doubt XorA will ever implement this.
:D
I'm not so sure: One of the advantages of having switched to SDL2 ist that there is multi-platform support for the system clipboard and drag&drop. It shouldn't be ...