Search found 794 matches

by Andrew
Sat Jan 30, 2021 2:19 pm
Forum: Software & Programming
Topic: PI Cole sequel
Replies: 29
Views: 9554

Re: PI Cole sequel

vanpeebles wrote:That was quick! :shock:
Just tested the game for 24 hours straight. I hope I haven't missed anything critical.
by Andrew
Sat Jan 30, 2021 1:19 pm
Forum: Software & Programming
Topic: PI Cole sequel
Replies: 29
Views: 9554

Re: PI Cole sequel

Enjoy the game! Writing a non-linear adventure game presented more challenges than needed, and testing all possible cases was time consuming. I hope that I haven't missed anything. i will publish the source file a bit later - I have to tidy up the excel files I created for the game and all of the as...
by Andrew
Wed Jan 27, 2021 12:54 pm
Forum: Software & Programming
Topic: EDLINE$ - DIY Toolkit
Replies: 5
Views: 1356

Re: EDLINE$ - DIY Toolkit

Thank you Dilwyn - it works
by Andrew
Wed Jan 27, 2021 12:06 pm
Forum: Software & Programming
Topic: EDLINE$ - DIY Toolkit
Replies: 5
Views: 1356

Re: EDLINE$ - DIY Toolkit

Edline_minerva_code works with all ROMs as long as I load it with LRESPR But when I try to include it in the compiled program it crashes when it returns the entered text. I use Liberator compiler, so I have to add the directive REMark $$asmb$$-Filename, INIT, TABLE Normally Init is 0 and Table is th...
by Andrew
Tue Jan 26, 2021 11:34 am
Forum: Software & Programming
Topic: EDLINE$ - DIY Toolkit
Replies: 5
Views: 1356

Re: EDLINE$ - DIY Toolkit

Edline_code doesn't work with Minerva or SMSQE Edline_minerva_code I presume it doesn't work with any other ROMS except Minerva and SMSQ/E I'm pretty sure your presumption is wrong, so the question is moot ;) It's only called this way because it was a rewrite from Lau. It should work on all OSes. T...
by Andrew
Mon Jan 25, 2021 10:41 pm
Forum: Software & Programming
Topic: EDLINE$ - DIY Toolkit
Replies: 5
Views: 1356

EDLINE$ - DIY Toolkit

The Superbasic Online Manual says "You need a special version of EDLINE$ to work correctly on Minerva and SMS. This version is included with the DIY Toolkit package." In DIT there are 2 versions of edline: edline_code and edline_minerva_code Edline_code doesn't work with Minerva or SMSQE E...
by Andrew
Mon Jan 18, 2021 9:48 pm
Forum: Software & Programming
Topic: Get drive free space
Replies: 15
Views: 3384

Re: Get drive free space

dilwyn wrote:If you run into difficulties with this, I can create a new version for you with a new name to avoid a clash with Turbo Toolkit.
Thank you Dilwyn!
by Andrew
Sat Jan 16, 2021 12:20 am
Forum: Software & Programming
Topic: Get drive free space
Replies: 15
Views: 3384

Re: Get drive free space

dilwyn wrote:Did you extract this from turbo_tk_code or turbo_sms_code? I only ask because a quick glance at the assembler code shows a test for SMSQ version, didn't look at what it did (in case it was something that affected its ability to run on QDOS).
Thank you Dilwyn!
I extracted the code from turbo_tk_code
by Andrew
Fri Jan 15, 2021 11:07 pm
Forum: Software & Programming
Topic: Get drive free space
Replies: 15
Views: 3384

Re: Get drive free space

I am suspecting you are really needing to use the function DEVICE_STATUS, where the file is not open yet. No - I have checked with the file opend. My assembled code is not working. When calling the same function from Turbo Toolkit, it works. I presume that it is not working because I did something ...
by Andrew
Fri Jan 15, 2021 8:39 pm
Forum: Software & Programming
Topic: Get drive free space
Replies: 15
Views: 3384

Re: Get drive free space

If the Turbo Toolkit function does what you want, you could probably use the DEA software to extract the keyword as assembler source and amend it to do what you want. Instructions on using DEA to do this at https://quanta.org.uk/wp-content/uploads/2014/01/QUANTA-HELPLINE-35.pdf . Or you could look ...