Search found 3131 matches

by dilwyn
Tue Jul 15, 2025 4:12 pm
Forum: Software & Programming
Topic: Quill from Gilsoft
Replies: 73
Views: 18356

Re: Quill from Gilsoft




Just in case anyone is interested, I've attached an updated version of the "advutils" folder that Rich Mellor compiled and is currrently on Dilwyn's website, containing the amended Quill_to_BASIC conversion program (plus the other ACT utilities, untouched). The BASIC source is included ...
by dilwyn
Tue Jul 15, 2025 3:37 pm
Forum: Software & Programming
Topic: Quill from Gilsoft
Replies: 73
Views: 18356

Re: Quill from Gilsoft


Just in case anyone is interested, I've attached an updated version of the "advutils" folder that Rich Mellor compiled and is currrently on Dilwyn's website, containing the amended Quill_to_BASIC conversion program (plus the other ACT utilities, untouched). The BASIC source is included.

Cheers ...
by dilwyn
Thu Jul 10, 2025 10:46 am
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 286
Views: 40993

Re: Q_Liberator malaise

Here's the code surrounding the error point simplified to a test function, without the Easyptr stuff. This should clarify what is happening line by line so we can see which keyword exactly is causing the issue.

Q_ERR_ON temporarily converts a procedure like OPEN_IN into a function (internally) so ...
by dilwyn
Tue Jul 08, 2025 11:15 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 286
Views: 40993

Re: Q_Liberator malaise

Here you go:
13820 DEFine PROCedure Scroll_Bar
13830 REMark must use #2
13840 IF line_ptr(0) = 0 AND line_ptr(lines%) >= fl THEN
13850 sbht% = 10*lines% : sby% = 0 : REMark all of file shown
13860 ELSE
13870 IF line_ptr(lines%) >= fl THEN
13880 sbht% = 10 : sby% = 10*lines%-10 : REMark end of file ...
by dilwyn
Tue Jul 08, 2025 9:44 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 286
Views: 40993

Re: Q_Liberator malaise

Assuming we're talking of v2.09, the code between those lines is as follows, in case it gives any clues:

18240 Q_ERR_ON 'open_in' : OPEN_IN #3,called$
18250 fer = Q_ERR : Q_ERR_OFF 'open_in'
18260 IF fer < 0 THEN An_Error fer : RETurn fer : REMark oops
18270 :
18280 fl = FLEN(#3) : REMark file ...
by dilwyn
Tue Jul 08, 2025 10:09 am
Forum: General QL Chat
Topic: QIMSI and RGB->VGA converter housing.
Replies: 6
Views: 727

Re: QIMSI and RGB->VGA converter housing.

I'm very pleased it's been a successful project - people clearly appreciate your work.
by dilwyn
Mon Jul 07, 2025 10:07 pm
Forum: General QL Chat
Topic: QIMSI and RGB->VGA converter housing.
Replies: 6
Views: 727

Re: QIMSI and RGB->VGA converter housing.

Out of interest, do we have a rough figure of how many QIMSIs and QIMSI-Golds have been made?
by dilwyn
Sat Jul 05, 2025 12:34 pm
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 99
Views: 10223

Re: My current QL accelerator project

Will James wrote: Sat Jul 05, 2025 11:09 am Time for a coffee.
Time for a HEX$(12648430,24) you mean? :ugeek:

Seriously, though, although this project isn't quite my, err, cup of tea, I'll be following it with quiet interest.
by dilwyn
Wed Jul 02, 2025 9:39 am
Forum: Software & Programming
Topic: Q68 on QL Network
Replies: 22
Views: 1748

Re: Q68 on QL Network

I wasn't too sure from reading the QIMSI Gold manual if the 47ohm resistor and clamp diode are already on the board (so needing only the 330 ohm resistor on the jack socket contact?).

What held me back from adding the network was the worry over a third cable tugging on the fairly fragile connection ...
by dilwyn
Tue Jul 01, 2025 3:41 pm
Forum: Software & Programming
Topic: Q68 on QL Network
Replies: 22
Views: 1748

Re: Q68 on QL Network

When I eventually found the right screwdriver (long story, my son had put them back somewhere other than where I normally keep them), I opened the case and the network connector lead had come off the Q68 circuit board. I'd tried Martin's suggestion of shaking it to try to hear if something was loose ...