Page 9 of 10

Re: RasPiQL

Posted: Tue Oct 04, 2022 2:27 pm
by Derek_Stewart
Maybe a better idea would be to make a new version of SMSQ/E for sQLux.

Re: RasPiQL

Posted: Wed Oct 05, 2022 9:00 am
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.

Re: RasPiQL

Posted: Fri Oct 07, 2022 10:10 pm
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

Re: RasPiQL

Posted: Fri Oct 07, 2022 10:12 pm
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!

Re: RasPiQL

Posted: Fri Oct 07, 2022 10:14 pm
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.

Re: RasPiQL

Posted: Thu Nov 24, 2022 3:17 pm
by XorA
Screenshot from 2022-11-24 13-31-15.png
Screenshot from 2022-11-24 13-31-15.png (11.27 KiB) Viewed 6110 times

Re: RasPiQL

Posted: Thu Nov 24, 2022 3:54 pm
by Derek_Stewart
Looks great, can we have High Colour screen modes?

Re: RasPiQL

Posted: Thu Nov 24, 2022 4:17 pm
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!

Re: RasPiQL

Posted: Fri Nov 25, 2022 10:44 pm
by XorA
@ppe is a wonder of development!
Screenshot from 2022-11-25 22-42-56.png

Re: RasPiQL

Posted: Fri Nov 25, 2022 11:10 pm
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`?