Search found 675 matches

by janbredenbeek
Thu Jun 05, 2025 8:15 pm
Forum: General QL Chat
Topic: 2. International Sinclair QL meeting in Dormagen (Germany) 6.6 to 8.6
Replies: 46
Views: 3992

Re: 2. International Sinclair QL meeting in Dormagen (Germany) 6.6 to 8.6


If anyone not attending in person fancies joining at 430pm UK time to listen-in on this talk, get in touch and we can share the Zoom meeting link (Detlef is quite happy for remote attendees to join.)

Great!

I won't be able to attend either; my current physical condition keeps me from ...
by janbredenbeek
Wed Jun 04, 2025 6:40 pm
Forum: QL Emulation
Topic: QPC2 Increase QL window size
Replies: 3
Views: 172

Re: QPC2 Increase QL window size


Hi, have tied the various options for increasing the size of QPC2 but each time it just increases the size of the "black" window but the QL 3 screens ae just as small (especially on a 1920x1080 monitor). Am I asking the impossible?

Try setting the resolution to 640x480, and the window to ...
by janbredenbeek
Wed May 14, 2025 10:22 am
Forum: The Off-Topic Section
Topic: Flyby11
Replies: 6
Views: 422

Re: Flyby11

I've bought a new PC back in December with 14th Gen i7 processor and 32GB RAM. The PC I used for production until then is a 10-year old 4th Gen i7 with 8GB RAM and a 250GB SSD, which I now have upgraded to 1TB (+ 2TB HDD). In theory, it could be upgraded to Windows 11 using a registry hack to bypass ...
by janbredenbeek
Mon May 12, 2025 10:28 am
Forum: Software & Programming
Topic: Problem with parameter to a SuperBASIC machine code extension
Replies: 2
Views: 339

Re: Problem with parameter to a SuperBASIC machine code extension

I'm not familiar with C1mon, but I couldn't reproduce this on neither Minerva nor SMSQ/E. When I take the pointer at $28(A6) (i.e. VVBAS) and add the offset from the parameter, this takes me to the correct location (the length word, not the first character of the string).

BTW, it's not very common ...
by janbredenbeek
Mon May 12, 2025 10:13 am
Forum: Software & Programming
Topic: BatmanQL - Joan Gayon (2025)
Replies: 40
Views: 7373

Re: BatmanQL - Joan Gayon (2025)



MT.IPCOM should work under Minerva unless you change the SSP to be outside the $28000 to $2FFFF region or overwrite system variables. Anyway, he should have had his reasons.

This matches my understanding. I wonder if anybody is still updating Minerva these days and could remove this ...
by janbredenbeek
Sun May 11, 2025 10:44 am
Forum: Software & Programming
Topic: BatmanQL - Joan Gayon (2025)
Replies: 40
Views: 7373

Re: BatmanQL - Joan Gayon (2025)


I don't know the author's motives, but here are two good reasons not to use MT.IPCOM:
- Recent versions of Minerva crash when calling it if the OS is completely disabled.
- On Sinclair ROM, it's very slow. Between code improvements and other tricks, it can go quite faster.

MT.IPCOM should work ...
by janbredenbeek
Sat May 10, 2025 11:17 pm
Forum: Software & Programming
Topic: BatmanQL - Joan Gayon (2025)
Replies: 40
Views: 7373

Re: BatmanQL - Joan Gayon (2025)


Just for completeness (I understand the game is for the BBQL):
It seems to talk to the IPC directly instead of using MT.IPCOM calls (or, tries to talk to the IPC with interrupts off). Thus, the game will likely not run on anything that doesn't have (or fully emulates) an IPC.

I tried running it ...
by janbredenbeek
Sun Apr 27, 2025 12:03 am
Forum: Hardware
Topic: anyone ever made a dump of the FB firmware ??
Replies: 2
Views: 479

Re: anyone ever made a dump of the FB firmware ??

techy wrote: Sat Apr 26, 2025 11:28 am Has anyone ever made a dump of the fb rom's ??
There is no complete dump, only the last 16K. It's in this archive which contains more dumps from test EPROMs: https://www.sinclairql.net/downloads/TH ... s-SQPP.zip
by janbredenbeek
Mon Apr 21, 2025 10:54 pm
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 361
Views: 111182

Re: QIMSI Gold+ trump or gold card


I don't know about Gold Card, but I think you may use the Trump Card and the QIMSI Gold if your operating system is Minerva. Read carefully here:
https://github.com/janbredenbeek/Minerva4Q68
If you have extension ROMs that insist on being placed in the $C000 slot, you may include them by ...
by janbredenbeek
Mon Apr 14, 2025 10:20 pm
Forum: Software & Programming
Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
Replies: 64
Views: 6176

Re: My "from PACKAGE import *" (Python) simulation project


Is there no possibility to scan the lines of a loaded SuperBASIC program, without the need to read the source file. DLINE, GO TO, ... must be able to find a line number, so there must be a way. Or is this not documented? I could write a SuperBASIC extension, it must not be done in S(uper)BASIC ...