Search found 2035 matches

by Peter
Sun May 19, 2024 5:55 pm
Forum: QL Emulation
Topic: A small QL
Replies: 47
Views: 8819

Re: A small QL

I may f wasted money on the Tang Nano 20K, but at the time the idea of learning Verilog seemed a good idea. Maybe the Lattice approach might of been a better idea. Hi Derek, please do not get me wrong. Nothing speaks against the GoWin chip to learn Verilog. My question was more about the advantage ...
by Peter
Sun May 19, 2024 2:17 pm
Forum: Hardware
Topic: CPLD replacement for ZX8301
Replies: 237
Views: 57883

Re: CPLD replacement for ZX8301

lliont wrote: Fri May 17, 2024 6:25 pm Vitaliy (tetroid) designed a very compact pcb of almost the size of the ZX8301 IC for the cpld replacement and I adjusted the pinout of the cpld to fit.
Amazing! That would have been my favorite from the start. What is the easiest way to get hands on it?
by Peter
Thu May 16, 2024 11:00 pm
Forum: QL Emulation
Topic: A small QL
Replies: 47
Views: 8819

Re: A small QL

Derek_Stewart wrote: Thu May 16, 2024 10:10 pm The Tang Nano 20K development board, cost me £29, but the price has dropped to just above £23.
Also see it for 61 € at Amazon and the GoWin chip on it seems already obsolete.
While the Q68 was designed in 2008 and the Lattice FPGA is still available.
by Peter
Thu May 16, 2024 7:32 pm
Forum: QL Emulation
Topic: A small QL
Replies: 47
Views: 8819

Re: A small QL

I don't understand the hype around those chinese GoWin FPGAs. If I look at authorized distributors, they have already become more expensive than the Lattice chips used on QIMSI and Qzero. The Amazon prices for a Tang Primer 25K and the required extra modules are more expensive than a QIMSI Gold - so...
by Peter
Tue May 14, 2024 1:12 pm
Forum: QL Emulation
Topic: A small QL
Replies: 47
Views: 8819

Re: A small QL

Wasa wrote: Tue May 14, 2024 12:19 pm So, will it be possible to buy or license the QZero, to put another core on to di another product?
I don't sell my work, it is just hobby. Stephan has the permission to build the Qzero, that's enough.
Wasa wrote: Tue May 14, 2024 12:19 pm Is the Q68 open?
No. Only my QLbase and QL-SD hardware designs are open source.
by Peter
Tue May 14, 2024 8:21 am
Forum: QL Emulation
Topic: A small QL
Replies: 47
Views: 8819

Re: A small QL

Well, let's first find out if Peter's qzero and latest work is open source or proprietary? QLbase will be open source, and can serve as example on how to use the Qzero on a different mainboard. The Qzero hardware is non profit, closed source. At the moment it lacks documentation and is only release...
by Peter
Mon May 13, 2024 11:26 am
Forum: Hardware
Topic: Sick Q68
Replies: 7
Views: 182

Re: Sick Q68

Derek_Stewart wrote: Sun May 12, 2024 11:17 am Whiles the faster SD Card access for the Q68 was a good idea, the feature has caused all sort of problems.
With a big warning in the manual, if a user wants to try at his own risk, I find such an experimental feature acceptable.
But never should this be default on the SMSQ/E website.
by Peter
Sun May 12, 2024 8:03 am
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 244

Re: Double buffering?

Even if Peter says there isn't, here is a working example of how you can make the second screen usable in QDOS machine code programs. I didn't say there isn't. Just that I can not remember - which is a difference over 50 ;) I wonder how much room your procedure would leave for the actual code and d...
by Peter
Sun May 12, 2024 7:51 am
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 244

Re: Double buffering?

Saving the screen area somewhere else and restoring it before re-enabling interrupt and going back to user mode also works. Which means 96 KB of 128 KB used for the dual screens and the save area. And further memory also needs to stay untouched. Depending on the mass storage used, this may shrink u...
by Peter
Sat May 11, 2024 11:12 pm
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 244

Re: Double buffering?

I want to do some experiments with graphics, and for that, the OS is not a concern. Naive question, but if it is just experimental, why not use Minerva? As far as I know, Minerva ROM adaptors are still available for the QL. And on the newer machines like Q68, which also support the second screen, M...