Search found 2759 matches

by dilwyn
Wed Feb 13, 2019 2:12 pm
Forum: General QL Chat
Topic: QL World magazine scans
Replies: 6
Views: 4389

QL World magazine scans

Thanks to the hard work of Klaus Frank in Denmark, I've been able to add further scanned copies of QL World magazine to the Magazines Page on the QL Home Page.

This means we now have a pretty complete collection of the PDFs up to the end of 1991.

http://www.dilwyn.me.uk/mags/index.html
by dilwyn
Tue Feb 12, 2019 5:49 pm
Forum: Help for New Users
Topic: UNZIP problem
Replies: 12
Views: 9286

Re: UNZIP problem

I have just tried the command on QPC2, that works. I use Unzip version 5.32 I'm assuming that the copy of Unzip is really in ram1_ and the zip file is also where the command says it is. Hopefully, the zip file has a '_' before the extension, not a '.' On some systems, there should be no space betwee...
by dilwyn
Wed Feb 06, 2019 10:43 pm
Forum: Software & Programming
Topic: DATA_USE
Replies: 21
Views: 6782

Re: DATA_USE

In the sources for Q-Trans, I have a little note that in versions of SMSQ/E prior to v2.99, there was a little funny in that FNAME$ applied to a DOS directory name didn't work - it was me who reported it to Marcel at the time. According to the note, this was QPC2 v3.03 and earlier. Probably far enou...
by dilwyn
Wed Feb 06, 2019 7:50 pm
Forum: Software & Programming
Topic: DATA_USE
Replies: 21
Views: 6782

Re: DATA_USE

A quick&dirty little sketch of how you can find the parent directory: 100 MAKE_DIR ram1_test 110 MAKE_DIR ram1_test_abc_xyz 120 dir$ = "ram1_test_abc_xyz" 130 : 140 FOR i = LEN(dir$) TO 5 STEP -1 150 IF dir$(i) = "_" THEN 160 IF FTEST(dir$(1 TO i)) = 0 THEN 170 IF FTYP(\dir$...
by dilwyn
Tue Feb 05, 2019 11:08 am
Forum: Software & Programming
Topic: SMSQ/E
Replies: 3
Views: 1579

SMSQ/E

Can anyone remind me why SMSQ/E needs minimum Gold Card on QL?

Is it the processor (greater than 68008) or the amount of RAM?
by dilwyn
Sun Feb 03, 2019 11:45 am
Forum: The Off-Topic Section
Topic: Rugby joke
Replies: 1
Views: 2039

Rugby joke

After the France v Wales rugby union match on Friday... :lol:
howtokeepholdofalead.jpg
by dilwyn
Fri Feb 01, 2019 12:05 pm
Forum: Software & Programming
Topic: ql superbomber and m-crunch ..and more things
Replies: 76
Views: 34978

Re: ql superbomber and m-crunch

Thanks Martin, that's another method which can work with the majority of systems which have enough memory and, as you say, software which is not copy-protected.

Hope someone, somewhere is keeping a record of all these methods for running older programs on modern systems!
by dilwyn
Thu Jan 31, 2019 7:04 pm
Forum: Software & Programming
Topic: ql superbomber and m-crunch ..and more things
Replies: 76
Views: 34978

Re: ql superbomber and m-crunch

nikosdoykas wrote: SO WHAT ABOUT SUPERBOMBER????
Well, it was from Talent, and some of RWAP's games box sets on SellMyRetro.com have Talent programs. I don't see SuperBomber among them, may be worth asking RWAP if he has any plans to add SuperBomber.

Maybe it's more of a problem getting permission to re-release it?
by dilwyn
Thu Jan 31, 2019 6:30 pm
Forum: Software & Programming
Topic: ql superbomber and m-crunch ..and more things
Replies: 76
Views: 34978

Re: ql superbomber and m-crunch

hello i got a qubata(qubide) so.......... i can unzip on a real ql and the both files so i can try the comparization to areal ql? and the medic? so i see that the medic has 4 files........ i presume that can be run from win1_medic xmm ... i will mece the unzip to a real ql and i will feed back for ...
by dilwyn
Thu Jan 31, 2019 11:07 am
Forum: Software & Programming
Topic: ql superbomber and m-crunch ..and more things
Replies: 76
Views: 34978

Re: ql superbomber and m-crunch

Did a byte-for-byte comparison of the code files for the two programs. Same code length, but a long word at offset 6884 (decimal) or $1AE4 is different. Unable to determine if this is a corruption or a patch without disassembling, but a 4-byte patch seems unlikely. Probably if you can get this versi...