Page 37 of 41

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 8:19 am
by RalfR
I have tried the latest PE versions from Marcel's site, but there is no mouse pointer. The latest QJump versions run. Any ideas? OS is latest Minerva.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 9:33 am
by XorA
RalfR wrote:I have tried the latest PE versions from Marcel's site, but there is no mouse pointer. The latest QJump versions run. Any ideas? OS is latest Minerva.
We do not know why, but it's been noted before.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 9:42 am
by RalfR
Is there a combination of ptr_gen, wman and QPac2 that works at a resolution higher than 512x256?

I tried ptr_gen 2.01 and wman 2.05 following Dilwyn's recommendation on his site. That works too. But when I load QPac2 1.4, I only have a padlock and no basic.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 10:09 am
by XorA
RalfR wrote:Is there a combination of ptr_gen, wman and QPac2 that works at a resolution higher than 512x256?

I tried ptr_gen 2.01 and wman 2.05 following Dilwyn's recommendation on his site. That works too. But when I load QPac2 1.4, I only have a padlock and no basic.
Doesn't QL/e use qpac2?

If so whatever stack Urs uses works in hires mode.


Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 11:00 am
by desin
QPAC1440.zip
(801.95 KiB) Downloaded 3 times
Hope it helps
Greetings from Switzerland
Markus

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 11:48 am
by RalfR
It loads all but there is no mouse pointer, Basic is ok. Host OS is Windows 10.

Works on QPC2.

What I notice: No matter which boot device I specify, it only boots from mdv1_

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 11:57 am
by XorA
RalfR wrote: Fri Mar 07, 2025 11:48 am It loads all but there is no mouse pointer, Basic is ok. Host OS is Windows 10.

Works on QPC2.

What I notice: No matter which boot device I specify, it only boots from mdv1_

Code: Select all

static uint32_t bootpatchaddr[] = {
                    0x842A, /* Minerva 1.89 */
                    0x83CA, /* Minerva 1.98 */
                    0x83CC, /* Minerva 1.98a1 */
                    0x4BE6, /* JS */
                    0 };
Thats the known patch addresses for the boot device, does your rom perhaps differ? You can check easilly with a hex editor and see if MDV1 is there! If not you can give me the new address and I can add it!

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 12:08 pm
by RalfR
XorA wrote: Fri Mar 07, 2025 11:57 amThats the known patch addresses for the boot device, does your rom perhaps differ? You can check easilly with a hex editor and see if MDV1 is there! If not you can give me the new address and I can add it!
I used the Minerva for QemuLator, but with Marcel's Minerva it works.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 12:21 pm
by RalfR
desin wrote: Fri Mar 07, 2025 11:00 amQPAC1440.zip

Hope it helps
When I EXEP "files", the pointer is there, but when I point to Basic or end the files menu, it is lost.

Same with QL/E.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Mar 07, 2025 12:45 pm
by desin
if you define
HOT_WAKE ('.',"BUTTON_PICK")
and call it at the end of the boot sequence with
HOT_DO '.'
the pointer appears

Greetings from Switzerland
Markus