Search found 2699 matches

by tofro
Sat May 12, 2018 10:35 am
Forum: Software & Programming
Topic: Auto running SBASIC jobs
Replies: 9
Views: 3903

Re: Auto running SBASIC jobs

Martin,

yes, I guess it's line 70. Even if it isn't explicitly mentioned in the manual, INKEY$ without a channel defaults to #0, so SBASIC seems urged to open that window.

SImply change line 70 to read

Code: Select all

70 var87C4$ = INKEY$(#1,-1 ) : IF (CODE(var87C4$) = 27) THEN QUIT : END IF
Tobias
by tofro
Sat May 12, 2018 10:30 am
Forum: Software & Programming
Topic: Inspired to extract my old code from a floppy.
Replies: 5
Views: 2355

Re: Inspired to extract my old code from a floppy.

Free QPC2 (which has elaborate support for floppy disk images) works quite well on Mac Parallels (in case you have that).

There is a wineified/macified version of QPC2 done by Peta Jäger (I think it's available from Marcel's site) that should work with non-paralleled Macs.

Tobias
by tofro
Sat May 12, 2018 9:43 am
Forum: QL Emulation
Topic: Raspberry Pi emulator state of play...
Replies: 26
Views: 17624

Re: Raspberry Pi emulator state of play...

Dave, what you get with an emulated QL on a Raspberry Pi is just that - An emulated QL on a Raspberry Pi. Q68 is a different beast: A modern computer running a modernized QLish operating system that was specifically designed and adapted for the box, aligned with the mainstream development in the QL ...
by tofro
Thu May 10, 2018 7:24 pm
Forum: Software & Programming
Topic: Open/Close program crash
Replies: 20
Views: 8148

Re: Open/Close program crash

pjw wrote:
tofro wrote:

Code: Select all

170 SCROLL #5,0,42
Cheat! :twisted:
Nah! Hit one evil with another.

Tobias
by tofro
Thu May 10, 2018 6:03 pm
Forum: Software & Programming
Topic: Open/Close program crash
Replies: 20
Views: 8148

Re: Open/Close program crash

Or, hit a bug with another bug: instead of 170 GET #5\0 as in Per's proposal, you can also use 170 SCROLL #5,0,42 which does the same thing (re-positioning the file pointer to 0 without TK2 by perusing another bug in the SuperBASIC interpreter ;) - I think that's just fair and fixes it in pure Sincl...
by tofro
Thu May 10, 2018 5:40 pm
Forum: Software & Programming
Topic: Open/Close program crash
Replies: 20
Views: 8148

Re: Open/Close program crash

QDOS 1.10 is actually a "JS" ROM, which should be relatively bug-free. You've most probably been running into the famous "second but last" one. I have run your test program on QPC2/SMSQ/E 332 with no problems. It also runs fine on my MGG QL. The effect does, however show up in my...
by tofro
Thu May 10, 2018 2:55 pm
Forum: Software & Programming
Topic: Open/Close program crash
Replies: 20
Views: 8148

Re: Open/Close program crash

It would be interesting to know What system are you using? What ROM version? Are you using OPEN or FOPEN? Are you sure you close #5 before re-opening it? This looks very much like a file descriptor leak. (System runs out of descriptors because you forgot to close something you opened.) Tobias
by tofro
Sun May 06, 2018 6:49 am
Forum: Hardware
Topic: Random obscure survey...
Replies: 26
Views: 9732

Re: Random obscure survey...

Dave,

I'd rather express my wishes in LITERS than in inches...

Tobias
by tofro
Fri May 04, 2018 8:25 pm
Forum: Hardware
Topic: Dual FDD problems
Replies: 12
Views: 5499

Re: Dual FDD problems

No normal computer needs twisted floppy Cables. There’s only one exotic type of computer named „IBM compatible„ that ever used such cables.

Jokes aside, none of the QL disk interfaces ever used twisted cables.

Tobias
by tofro
Fri May 04, 2018 7:30 pm
Forum: General QL Chat
Topic: Microdrive Duplication - I wonder ...
Replies: 7
Views: 3499

Re: Microdrive Duplication - I wonder ...

If I'd have been the tape dubber, I'd probably have required the software houses to provide a dubbing program that would copy one master to 7 copies. I am pretty sure the tape copier wouldn't have wanted to be bothered with myriads of different protection schemes.

Tobias