Search found 748 matches
- Sat Sep 30, 2017 11:01 am
- Forum: Hardware
- Topic: Q68 Advance Notice 3 - Release date
- Replies: 19
- Views: 16448
Re: Q68 Advance Notice 3 - Release date
Get Well Soon Derek, Dave beat me to the punch on hospitalised WiFi "Grrrrrr"
- Sun Sep 17, 2017 12:20 pm
- Forum: Hardware
- Topic: Mono Out Jack
- Replies: 6
- Views: 6635
Re: Mono Out Jack
This should get you going and give you flexibility in voltage levels
- Sat Sep 02, 2017 4:50 pm
- Forum: Hardware
- Topic: Q68 Advance Notice
- Replies: 90
- Views: 119981
Re: Q68 Advanced Notice
I will def buy one, put me down for one
- Thu Aug 17, 2017 2:03 pm
- Forum: Software & Programming
- Topic: Testing for installed TURBO
- Replies: 10
- Views: 11785
Re: Testing for installed TURBO
Thanks for all the suggestions guys
220 IF TK_VER$<>"" THEN
230 PRINT "Done":STOP
240 ELSE
250 LRESPR win8_turbo_sms_code
260 END IF
this works exactly how I wanted it to, so congrats to Tobias.
I have also been able to get this method to work with TURBO ptr extensions as well by using the ...
220 IF TK_VER$<>"" THEN
230 PRINT "Done":STOP
240 ELSE
250 LRESPR win8_turbo_sms_code
260 END IF
this works exactly how I wanted it to, so congrats to Tobias.
I have also been able to get this method to work with TURBO ptr extensions as well by using the ...
- Thu Aug 17, 2017 11:23 am
- Forum: Software & Programming
- Topic: Testing for installed TURBO
- Replies: 10
- Views: 11785
Re: Testing for installed TURBO
Hi Lee,
Looking at my boot file for SMSQmualtor/QPC2/Q-EMulator, I use this If clause:
1300 REMark Load Turbo Toolkit
1310 IF VER$=="HBA"
1320 LRESPR "WIN1_TURBO_SMS_CODE"
1330 ELSE
1340 LRESPR "WIN1_TURBO_TK_CODE"
1350 END IF
Seems to work for QDOS and SMSQ/E.
But I guess there are other ...
Looking at my boot file for SMSQmualtor/QPC2/Q-EMulator, I use this If clause:
1300 REMark Load Turbo Toolkit
1310 IF VER$=="HBA"
1320 LRESPR "WIN1_TURBO_SMS_CODE"
1330 ELSE
1340 LRESPR "WIN1_TURBO_TK_CODE"
1350 END IF
Seems to work for QDOS and SMSQ/E.
But I guess there are other ...
- Thu Aug 17, 2017 9:53 am
- Forum: Software & Programming
- Topic: Testing for installed TURBO
- Replies: 10
- Views: 11785
Re: Testing for installed TURBO
Martin_Head wrote:Could you use the WHEN ERROR trapping (JS ROMs upward).
Try to use a Turbo Toolkit command, if the toolkit is not installed the command will be trapped in the WHEN ERROR clause, and then the toolkit can be loaded.
I will try this also Martin, thanks
- Thu Aug 17, 2017 9:51 am
- Forum: Software & Programming
- Topic: Testing for installed TURBO
- Replies: 10
- Views: 11785
Re: Testing for installed TURBO
Hi,
There is a keyword: TK_VER$, but only returns the version of Turbo Toolkit, which is the same for the SMS and QDOS versions.
A simple way would be to add "SMS" in the version number. Which would mean a new version of Turbo Toolkit.
The SMS version calls the SMSQ/E extended traps, where the ...
There is a keyword: TK_VER$, but only returns the version of Turbo Toolkit, which is the same for the SMS and QDOS versions.
A simple way would be to add "SMS" in the version number. Which would mean a new version of Turbo Toolkit.
The SMS version calls the SMSQ/E extended traps, where the ...
- Thu Aug 17, 2017 8:41 am
- Forum: Software & Programming
- Topic: Testing for installed TURBO
- Replies: 10
- Views: 11785
Testing for installed TURBO
Hi community, I have searched for this on the forum but cannot find an entry but I am sure this has been asked before.
I currently test for the presence of the HBA ROM in a boot program using VER$ and would like to test for other toolkits, specifically the TURBO toolkit. Is there a way to do this ...
I currently test for the presence of the HBA ROM in a boot program using VER$ and would like to test for other toolkits, specifically the TURBO toolkit. Is there a way to do this ...
- Mon Aug 07, 2017 3:37 pm
- Forum: Software & Programming
- Topic: QL Karate improved version
- Replies: 8
- Views: 10732
Re: QL Karate improved version
There is no point in doing a 8 color version. With the availability of enhanced QL modes the least you can do is a 256 color version.
I have done something similar in the past (left it unfinished).
I took Andy Owen's ManicMiner BlitzBasic version (I did receive permission back then - have to find ...
I have done something similar in the past (left it unfinished).
I took Andy Owen's ManicMiner BlitzBasic version (I did receive permission back then - have to find ...
- Mon Aug 07, 2017 8:06 am
- Forum: Software & Programming
- Topic: Beep Command in SMSQ/e and QemuLator
- Replies: 2
- Views: 4440
Beep Command in SMSQ/e and QemuLator
Struggling with some graphic differences between the QL and the SMSQ version in QemuLator which have been briefly explored here and a future QUANTA article, I decided to run the identical program in both QPC2 version 4 and the SMSQ patched version of QemuLator.
Aspect ration being the most obvious ...
Aspect ration being the most obvious ...