RasPiQL

Discussion and advice about emulating the QL on other machines.
Derek_Stewart
Font of All Knowledge
Posts: 3975
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: RasPiQL

Post by Derek_Stewart »

Maybe a better idea would be to make a new version of SMSQ/E for sQLux.


Regards,

Derek
User avatar
XorA
Site Admin
Posts: 1368
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: RasPiQL

Post by XorA »

Peter wrote:Generating a 16 MB version of Q68 SMSQ/E is not a problem. And more memory is quite pointless as long as UQLX only supports graphics MODE 4.
I have solved the 32M problem for now. It’s just one bit extra in address mask and still prevents sign extending the address which makes uQlx vm go wrong.

Now I need to move some stuff away from q68 registers in 1c0000 range.


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

Re: RasPiQL

Post by Peter »

XorA wrote:Now I need to move some stuff away from q68 registers in 1c0000 range.
There are no Q68 registers at $1C0000.
Did you mean $1C000? Then again I wonder what UQLX places into the QLs external I/O range.
Q68map.jpg
Last edited by Peter on Fri Oct 07, 2022 10:12 pm, edited 1 time in total.


User avatar
XorA
Site Admin
Posts: 1368
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: RasPiQL

Post by XorA »

Peter wrote:
XorA wrote:Now I need to move some stuff away from q68 registers in 1c0000 range.
There are no Q68 registers at $1c0000.

Did you mean $1c000? Then again I woudk wonder what UQLX places into the QLs external I/O range...
Sorry over zeroed there, yeah the external IO range.

I moved some internal uqlx stuff from inside the 0x14000 range to 0x1c000 so 0x14000 could be used for ROM under Minerva!

Its used for the IO replacement routines!


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

Re: RasPiQL

Post by Peter »

XorA wrote:I moved some internal uqlx stuff from inside the 0x14000 range to 0x1c000 so 0x14000 could be used for ROM under Minerva!
Ah okay, that's probably specific to your variant of UQLX.


User avatar
XorA
Site Admin
Posts: 1368
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: RasPiQL

Post by XorA »

Screenshot from 2022-11-24 13-31-15.png
Screenshot from 2022-11-24 13-31-15.png (11.27 KiB) Viewed 5621 times


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

Re: RasPiQL

Post by Derek_Stewart »

Looks great, can we have High Colour screen modes?


Regards,

Derek
User avatar
XorA
Site Admin
Posts: 1368
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: RasPiQL

Post by XorA »

Derek_Stewart wrote: Thu Nov 24, 2022 3:54 pm Looks great, can we have High Colour screen modes?
Yes :-D

You might want to wait until it can actually read a file though!


User avatar
XorA
Site Admin
Posts: 1368
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: RasPiQL

Post by XorA »

@ppe is a wonder of development!
Screenshot from 2022-11-25 22-42-56.png


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

Re: RasPiQL

Post by Peter »

XorA wrote: Thu Nov 24, 2022 3:17 pm Screenshot from 2022-11-24 13-31-15.png
Awesome! Almost missed the news, because the new forum layout does not show the QL emulation section on the front page unless you scroll. :o
Does keyboard already work`?
Last edited by Peter on Fri Nov 25, 2022 11:14 pm, edited 1 time in total.


Post Reply