Search found 2031 matches

by Peter
Tue May 14, 2024 1:12 pm
Forum: QL Emulation
Topic: A small QL
Replies: 34
Views: 8182

Re: A small QL

So, will it be possible to buy or license the QZero, to put another core on to di another product? I know the Qzero would make a nice and cost effective FPGA module. But I have chosen to do this only as my hobby, totally non profit. I go at my own speed and I'm not selling my IP. Stephan has the pe...
by Peter
Tue May 14, 2024 8:21 am
Forum: QL Emulation
Topic: A small QL
Replies: 34
Views: 8182

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: 160

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: 185

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: 185

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: 185

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...
by Peter
Sat May 11, 2024 11:08 pm
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 185

Re: Double buffering?

There is a QDOS Management Trap: MT.INF that returns the location of of the System Variables. Maybe just calling this Trap will solve the problem. Unfortunately not. It is perfectly allowed for the OS to place the system variables at a different location, and Minerva does that in order to allow the...
by Peter
Tue Apr 30, 2024 12:02 am
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 45
Views: 3877

Re: Announcing the new "Gold Card" - QIMSI Gold

So, a hat's off Peter, this is the best QL hardware idea I have seen in a really long time! Many thanks Nasta. It is debatable whether a card for the expansion slot would have been a better idea. Doing it in an unorthodox way was more fun though. I never thought of doing it the 'other way' but did ...
by Peter
Mon Apr 29, 2024 12:26 pm
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 45
Views: 3877

Re: Announcing the new "Gold Card" - QIMSI Gold

Do you have also added the clamp diode option to all the pins ? Yes, that is mandatory of course. I guess there 'll be no problem using resistors for the reliability in the long run because they are quite big and the longer rise time doesn't affect the speed, for the speed to the QL bus is not high...
by Peter
Mon Apr 29, 2024 12:10 pm
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 45
Views: 3877

Re: Announcing the new "Gold Card" - QIMSI Gold

I have a question: could some way be implemented to get the video output of the QL through the video port of the QIMSI Gold? I did in fact implement this for Gold Card and Super Gold Card as a fun project. Requiring one extra wire. Probably I could also do it for 68008 QLs with two extra wires. But...