QLion Gold Card

Nagging hardware related question? Post here!
User avatar
Peter
Font of All Knowledge
Posts: 2394
Joined: Sat Jan 22, 2011 8:47 am

Re: QLion Gold Card

Post by Peter »

Pr0f wrote: Wed Dec 04, 2024 9:49 pm I thought SMSQ/E could be loaded at RAM address 030000 (after the "dual screens" effectively), but I am not sure if it makes any assumptions about memory layout lower down in the memory map.
It does make such assumptions, but even if the hardware was enhanced accordingly, a QL version of SMSQ/E would be needed. Which never existed.
As Leon wrote, he'd probably have to emulate a Miracle Gold Card.


User avatar
tofro
Font of All Knowledge
Posts: 3008
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: QLion Gold Card

Post by tofro »

Pr0f wrote: Wed Dec 04, 2024 9:49 pm I thought SMSQ/E could be loaded at RAM address 030000 (after the "dual screens" effectively), but I am not sure if it makes any assumptions about memory layout lower down in the memory map. It does reserve some areas where the GOLD card has it's I/O
Well, actually it needs write access to the lower memory to install its trap and interrupt vectors. CPUs starting with the 68010 have a VBR register that would theoretically allow to put these vectors elsewhere, but SMSQ/E doesn't make use of that, afaik.

It's actually up to the concrete platform implementation where it wants to load the actual SMSQ/E code - Most implementations, however, seem to put the OS modules as far up in the memory map as possible, because SMSQ/E assumes contiguous RAM starting from address 0.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
desin
Brittle Membrane
Posts: 103
Joined: Mon May 10, 2021 10:33 am

Re: QLion Gold Card

Post by desin »

have a look here
https://www.kilgus.net/ql/mister/

Greetings from Switzerland
Markus


lliont
Gold Card
Posts: 330
Joined: Sat Nov 22, 2014 9:18 am
Location: Athens, Greece
Contact:

Re: QLion Gold Card

Post by lliont »

Hi, well I could have a dual fpga configuration option and one of the configurations customized for SMSQ.


User avatar
Peter
Font of All Knowledge
Posts: 2394
Joined: Sat Jan 22, 2011 8:47 am

Re: QLion Gold Card

Post by Peter »

tofro wrote: Wed Dec 04, 2024 10:57 pm It's actually up to the concrete platform implementation where it wants to load the actual SMSQ/E code - Most implementations, however, seem to put the OS modules as far up in the memory map as possible, [...]
To place the SMSQ/E binary at $30000 initially is sort of default, unless there are platform specific requirements.
tofro wrote: Wed Dec 04, 2024 10:57 pm [...] because SMSQ/E assumes contiguous RAM starting from address 0.
But only a little 4 KB chunk. At various areas above that, it can be registers or screen, until the main RAM starts.
Also it doesn't strictly have to be RAM. E.g. for Q40/Q60 it is a ROM emulation area which is read-only after the initialization.


Derek_Stewart
Font of All Knowledge
Posts: 4610
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: QLion Gold Card

Post by Derek_Stewart »

Hi,

I tried SMSQE_GOLD v3.41 on the QLion Card that I have, which as expected crashed the machine. So to get SMSQ/E running, a new version of SMSQ/E suitable for the QLion hardware will be required.

I am quit happy with Minerva, which allows builtin multitasking Superbasic.

Am enhancement would be 16 Colours in Mode 4, which at present Mode 8 is being used.


Regards,

Derek
lliont
Gold Card
Posts: 330
Joined: Sat Nov 22, 2014 9:18 am
Location: Athens, Greece
Contact:

Re: QLion Gold Card

Post by lliont »

I did a little increase in speed.

1734652412282.jpg


lliont
Gold Card
Posts: 330
Joined: Sat Nov 22, 2014 9:18 am
Location: Athens, Greece
Contact:

Re: QLion Gold Card

Post by lliont »

and a bit more

Newb.png


lliont
Gold Card
Posts: 330
Joined: Sat Nov 22, 2014 9:18 am
Location: Athens, Greece
Contact:

Re: QLion Gold Card

Post by lliont »

and now

b54.jpg


martyn_hill
QL Wafer Drive
Posts: 1048
Joined: Sat Oct 25, 2014 9:53 am

Re: QLion Gold Card

Post by martyn_hill »

Good grief, my friend!

You are determined - you are a true credit to the community!


Post Reply