Thanks, one thing at a time, I don't have immediate plans to make any changes to the card for another use. Maybe later I could adapt the card to use the QLbase as a stand alone solution.
About the ESP as an add-on, I think and tell me if I am wrong that it could be a way to connect to the internet or to another QL, I don't know how it could be made to work as a NET interface, you Martyn are the expert in this field. I only can tell you that the serial port can be configured to higher than 115200 speeds, with 115200 tested, and it has a 1K+1K hardware buffer that I can increase.
QLion Gold Card
Re: QLion Gold Card
I have good and bad news to report.
The bad news is that after the aurora modes and speed improvements QLion is no longer compatible with microdrives.
I had no working cartridges to test with but when I borrowed a vdrive I found out.
I'll try to patch Minerva to make them work but I'm not sure I'll succed.
The good news is that now the card is 5.8 bogomips and tindex at qdos 512x256 is 26 and 21 at 1024x768 4 colour aurora mode in smsqe.
The bad news is that after the aurora modes and speed improvements QLion is no longer compatible with microdrives.
I had no working cartridges to test with but when I borrowed a vdrive I found out.
I'll try to patch Minerva to make them work but I'm not sure I'll succed.
The good news is that now the card is 5.8 bogomips and tindex at qdos 512x256 is 26 and 21 at 1024x768 4 colour aurora mode in smsqe.
Leon
Projects: https://hackaday.io/projects/hacker/357657
Projects: https://hackaday.io/projects/hacker/357657
Re: QLion Gold Card
This is technically interesting, as I get QTop-Index 24 and 23 here for Q68/Qzero/QIMSI in those modes. I.e. the QLion card is slightly faster with small screen memory, while Q68/Qzero/QIMSI are slightly faster with larger screen memory. What is the explanation?lliont wrote: Fri Apr 11, 2025 7:27 am The good news is that now the card is 5.8 bogomips and tindex at qdos 512x256 is 26 and 21 at 1024x768 4 colour aurora mode in smsqe.
My theory would be that SDRAM wins screen refresh (where it can burst), whereas SRAM wins CPU random access.
-
- QL Wafer Drive
- Posts: 1064
- Joined: Sat Oct 25, 2014 9:53 am
Re: QLion Gold Card
Hi Leon!
The timing is not so very tight on MDV access - just a few places in the code path that need consideration. Did you say that you included a high-res HW timer/counter in the QLion?
PM me if you need help here
I may be able to give you a head-start there, as I had to rewrite some of the core MDV primitives (taken from Minerva) when I developed the proof of concept MDV interface for the Q68.lliont wrote: Fri Apr 11, 2025 7:27 am I have good and bad news to report.
The bad news is that after the aurora modes and speed improvements QLion is no longer compatible with microdrives.
The timing is not so very tight on MDV access - just a few places in the code path that need consideration. Did you say that you included a high-res HW timer/counter in the QLion?
PM me if you need help here

Re: QLion Gold Card
I patched Minerva and read works with a vdrive without the need of the slow command, now I need to fix write.
I also managed to read an old microdrive.
edited: Ok now also write seems to work.
I also managed to read an old microdrive.
edited: Ok now also write seems to work.
Leon
Projects: https://hackaday.io/projects/hacker/357657
Projects: https://hackaday.io/projects/hacker/357657