QLion Gold Card
Re: QLion Gold Card
Not as far as I know.lliont wrote: Tue Feb 04, 2025 6:58 pm I used the public source smsq/e version and emulated the aurora registers and set the same vram addresses, I managed to make the smsq/e recognize my card as a gold card with aurora, machine=11. The standard modes worked using the aurora vram space. The higher resolution 512x384 didn't seem to work. Then I tried with a 68020 mode and was recognized as super gold card but again it didn't work. It didn't switch to another resolution. Maybe I missed something and I'll try again to find a solution when I find some time. That Minerva trick is promising.
Thanks for the info.
Was there a special smsq/e version for aurora that was different from the one I try with that supported the high resolutions ?
Marcel did the Aurora driver, and I am not sure if he supported the 'odd' resolutions like 1024x960 or 512x480 but as far as I remember, 512x384 should work. Does 512x384 work in mode 4? Q68 and QUIMSI use the same driver and implement aurora compatible 256 color modes, but I think it only supports 1024x768 256 colors...
-
- Font of All Knowledge
- Posts: 4610
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: QLion Gold Card
What is a "QUIMSI" ?Nasta wrote: Fri Feb 07, 2025 2:16 pmNot as far as I know.lliont wrote: Tue Feb 04, 2025 6:58 pm I used the public source smsq/e version and emulated the aurora registers and set the same vram addresses, I managed to make the smsq/e recognize my card as a gold card with aurora, machine=11. The standard modes worked using the aurora vram space. The higher resolution 512x384 didn't seem to work. Then I tried with a 68020 mode and was recognized as super gold card but again it didn't work. It didn't switch to another resolution. Maybe I missed something and I'll try again to find a solution when I find some time. That Minerva trick is promising.
Thanks for the info.
Was there a special smsq/e version for aurora that was different from the one I try with that supported the high resolutions ?
Marcel did the Aurora driver, and I am not sure if he supported the 'odd' resolutions like 1024x960 or 512x480 but as far as I remember, 512x384 should work. Does 512x384 work in mode 4? Q68 and QUIMSI use the same driver and implement aurora compatible 256 color modes, but I think it only supports 1024x768 256 colors...
Regards,
Derek
Derek
Re: QLion Gold Card
This is the situation:
I use the compiled from the source files SMSQE at the smsq\smsq\aurora directory and the modified to at some level simulate aurora QLion core.
I boot to the smsq/e and it is recognised as a super gold card with hermes machine 13, print disp_type returns 5 = aurora QL mode
Then when I give the command disp_size 512,384 my card switches correctly to 512,384 reading the aurora registers but smsq still accesses the 512x256 area.
now I wonder, do I have to redefine the window ?
I use the compiled from the source files SMSQE at the smsq\smsq\aurora directory and the modified to at some level simulate aurora QLion core.
I boot to the smsq/e and it is recognised as a super gold card with hermes machine 13, print disp_type returns 5 = aurora QL mode
Then when I give the command disp_size 512,384 my card switches correctly to 512,384 reading the aurora registers but smsq still accesses the 512x256 area.
now I wonder, do I have to redefine the window ?
Leon
Projects: https://hackaday.io/projects/hacker/357657
Projects: https://hackaday.io/projects/hacker/357657
Re: QLion Gold Card
When you load PE and start an application, can you then move the window of the application to the lower (black) part of the screen?
Looks ok to me, but I am not so familiar with the screen things.
Stephan
Looks ok to me, but I am not so familiar with the screen things.
Stephan
Re: QLion Gold Card
Yes it works, just needed to redefine the windows, here at 512x384 I want to see if I can get 1024x768 now
It looks it needs some vertical shift
It looks it needs some vertical shift
Leon
Projects: https://hackaday.io/projects/hacker/357657
Projects: https://hackaday.io/projects/hacker/357657
Re: QLion Gold Card
Yes I moved a window and it goes all the way down, it's okMaskenlos wrote: Sat Feb 08, 2025 5:47 pm When you load PE and start an application, can you then move the window of the application to the lower (black) part of the screen?
Looks ok to me, but I am not so familiar with the screen things.
Stephan
Leon
Projects: https://hackaday.io/projects/hacker/357657
Projects: https://hackaday.io/projects/hacker/357657
-
- Font of All Knowledge
- Posts: 4610
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: QLion Gold Card
Hi,
The definition of the QL windows #0,#1,#2 is set to 512x256 at 0x0 is all version of SMSQ/E, as you have found out the windows can be redefined by the WINDOWS command for the that channel or use the WMON ,x,y ( note the first comma is required as this was a MODE parameter, not supplying it uses the existing screen mode) or use Easyptr WMOV command to move the 3 channels.
The definition of the QL windows #0,#1,#2 is set to 512x256 at 0x0 is all version of SMSQ/E, as you have found out the windows can be redefined by the WINDOWS command for the that channel or use the WMON ,x,y ( note the first comma is required as this was a MODE parameter, not supplying it uses the existing screen mode) or use Easyptr WMOV command to move the 3 channels.
Regards,
Derek
Derek
-
- Trump Card
- Posts: 177
- Joined: Mon Aug 08, 2011 11:08 pm
Re: QLion Gold Card
The version of SMSQE for the Aurora works in all possible resolution in mode 4, even the odd ones. For the 256 color mode, it works in 512x256, 512x384 and 512x480. I have used the Aurora in those modes without problem for years.Nasta wrote: Fri Feb 07, 2025 2:16 pmNot as far as I know.lliont wrote: Tue Feb 04, 2025 6:58 pm I used the public source smsq/e version and emulated the aurora registers and set the same vram addresses, I managed to make the smsq/e recognize my card as a gold card with aurora, machine=11. The standard modes worked using the aurora vram space. The higher resolution 512x384 didn't seem to work. Then I tried with a 68020 mode and was recognized as super gold card but again it didn't work. It didn't switch to another resolution. Maybe I missed something and I'll try again to find a solution when I find some time. That Minerva trick is promising.
Thanks for the info.
Was there a special smsq/e version for aurora that was different from the one I try with that supported the high resolutions ?
Marcel did the Aurora driver, and I am not sure if he supported the 'odd' resolutions like 1024x960 or 512x480 but as far as I remember, 512x384 should work. Does 512x384 work in mode 4? Q68 and QUIMSI use the same driver and implement aurora compatible 256 color modes, but I think it only supports 1024x768 256 colors...
François