Search found 2029 matches

by Peter
Mon May 13, 2024 11:26 am
Forum: Hardware
Topic: Sick Q68
Replies: 7
Views: 154

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

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

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

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

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

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

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

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...
by Peter
Mon Apr 29, 2024 9:47 am
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 45
Views: 3831

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

Peter you make me crazy. :shock: I 'm still enjoying the QIMSI base board and you already are peparing an astonishing new super upgrade. Well done. Keep me in mind for a future list of buyers. Interested for sure. Hi Marco, many thanks! I'm glad you are not angry with me, bringing the next interfac...
by Peter
Mon Apr 29, 2024 9:28 am
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 45
Views: 3831

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

Ok I understand better how everything works. Not the answer I would have hope but I will find another QL to use with my QIMSI Gold when it arrives eventually. I was hoping the support code to drive the keyboard and such was provided at address 0, so the 68008 would boot using the special code. Tech...