Re: sQLux v1.0 (The Xmas Turkey)
Posted: Fri Mar 07, 2025 8:19 am
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.
RIP Sir Clive Sinclair 1940 - 2021
https://theqlforum.com/
We do not know why, but it's been noted before.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.
Doesn't QL/e use qpac2?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.
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 };
I used the Minerva for QemuLator, but with Marcel's Minerva it works.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!
When I EXEP "files", the pointer is there, but when I point to Basic or end the files menu, it is lost.