Search found 635 matches

by janbredenbeek
Sat Feb 17, 2024 10:07 pm
Forum: The Off-Topic Section
Topic: Today I Received...
Replies: 648
Views: 302098

Re: Today I Received...

Looks like an Issue 5 motherboard which originally had IC17 fitted but that's been snipped out after the ROMs have been upgraded to JM at some point. There's a Hermes manual and the co-processor is a Philips rather than the usual Intel chip so that could be a Hermes but I can't yet tell. A Philips-...
by janbredenbeek
Fri Feb 09, 2024 11:43 pm
Forum: General QL Chat
Topic: The Sinclair QL in North America
Replies: 4
Views: 1474

Re: The Sinclair QL in North America

I've just posted a new paper called "The Sinclair QL in North America" on my website. It has details on the launch of the QL here in the US, the QL & T/S community, the QL shows, the vendors and even QL software written on this side of the pond. Nice to see a mention of QBOX :) . I re...
by janbredenbeek
Wed Feb 07, 2024 8:24 pm
Forum: Software & Programming
Topic: Interrupt vector and Minerva
Replies: 11
Views: 650

Re: Interrupt vector and Minerva

Hi Wietze, I read from some manual that when using Minerva one should not change the stack pointer. In the Minerva romcode itself, I see there are assumptions made about the location of the stack pointer. Some minimal testing shows that this matters (in my code SP is set to $30100, and Minerva makes...
by janbredenbeek
Wed Feb 07, 2024 12:04 am
Forum: Software & Programming
Topic: Interrupt vector and Minerva
Replies: 11
Views: 650

Re: Interrupt vector and Minerva

Hi Jan, thanks for your comment, nice to see another Dutchie here :). Regarding the nop; yes, geez, is my face red. That is supposed to me ending in 5.... ;) Correct: vblRoutList dc.l 0 dc.l demoScriptHandler Where demoScriptHandler is part of the little kernel of my demosystem. That looks OK, thou...
by janbredenbeek
Tue Feb 06, 2024 11:45 pm
Forum: Software & Programming
Topic: Interrupt vector and Minerva
Replies: 11
Views: 650

Re: Interrupt vector and Minerva

What does that do? Disables the interface interrupt (IPC activity). Value gets copied to ZX8302 interrupt mask register. QDOS never used it but Minerva introduced it to respond to IPC (Hermes). But it causes slow down on non-Gold systems (FLP activity, POKE!!53,128 restores performance). Don't know...
by janbredenbeek
Tue Feb 06, 2024 11:32 pm
Forum: Software & Programming
Topic: Interrupt vector and Minerva
Replies: 11
Views: 650

Re: Interrupt vector and Minerva

Hi there guys, I found that my most recent demo release is not Minerva-ROM compatible. Because I have no intention to willingly deny Minerva users to run my demos, Im interested in looking into what causes the incompatibility. Luckily for me, the issue can be reproduced using Qemulator! However, I ...
by janbredenbeek
Mon Feb 05, 2024 10:27 pm
Forum: Hardware
Topic: Using the QIMSI-QL Link
Replies: 48
Views: 28649

Re: Using the QIMSI-QL Link

I've created a new GitHub repository https://github.com/janbredenbeek/QIMSI-SER4 with the serial driver software I wrote so far. It's far from finished but should be usable for serial transfers between QL and Q68 or PC (for Q68, I recommend using SERNET v2.25 on both sides).
by janbredenbeek
Sun Feb 04, 2024 1:21 pm
Forum: Hardware
Topic: Using the QIMSI-QL Link
Replies: 48
Views: 28649

Re: Using the QIMSI-QL Link

Could someone post a photo of what the serial output connection from QIMSI would look like? What type of connector could be used on the QIMSI side? No photo here, but it's clearly identifyable in the QIMSI manual's photo. The serial interface is on the right-hand side of the QIMSI board as seen on ...
by janbredenbeek
Sat Feb 03, 2024 10:12 pm
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 33
Views: 5227

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

pjw wrote: Sat Feb 03, 2024 4:09 pm More gremlins:
On trying the hotel Hoetche https://hoettche.de, I and others, get this
"Connection denied by IP2Location Country Blocker" from Norway, Netherlands and Switzerland..
No problem accessing the site from NL here.
by janbredenbeek
Mon Jan 22, 2024 9:55 pm
Forum: Compatibles Corner
Topic: Minerva4Q68
Replies: 22
Views: 4276

Re: Minerva4Q68

There is a tool on the Marcel Kilgus site that adds a few of the Q68-SMSQ/E commands to the QL-SD Minerva package. (CARD_RENF, CARD_CREATE, CARD_DIR$) https://www.kilgus.net/ql/ql-sd/ Thanks, I just discovered I had already downloaded this months ago. I have my doubts if this works for the Q68 (or ...