Search found 2699 matches

by tofro
Tue Mar 27, 2018 11:32 am
Forum: Software & Programming
Topic: C68Port - A (LONG!) proposal
Replies: 22
Views: 8498

Re: C68Port - A (LONG!) proposal

Norman,

you could simply push all the functions that belong to a call chain using LOCal variables into a separate compilation unit and make these locals static globals there.

Tobias
by tofro
Fri Mar 23, 2018 8:51 am
Forum: Software & Programming
Topic: $$external problem
Replies: 39
Views: 18816

Re: $$external problem

I notice that both QLib_run335_mod2 and QLib_run336_mod2 do not have any dataspace values, while QLib_run2 does. Is something wrong here? Just checked. The original QLib_run (as it comes from the 3.33 installer disk) has 4k data space set. The same disk has, however, a BOOT program that simply LBYT...
by tofro
Mon Mar 19, 2018 3:57 pm
Forum: Software & Programming
Topic: $$external problem
Replies: 39
Views: 18816

Re: $$external problem

What unfortunately really doesn't work on SMSQ/E is Free Running Procedures . (Have a compiled extension run as an independent background job by adding an exclamation mark to the procedure name). I believe this has to do with some sort of timing when a job is started which is different on SMSQ/E. To...
by tofro
Tue Mar 13, 2018 8:48 pm
Forum: Hardware
Topic: Q68 Black Phoenix v1.4.3
Replies: 14
Views: 6576

Re: Q68 Black Phoenix v1.4.3

Derek_Stewart wrote:Hi,
I re-read the SMSQ/E manuals. Looks like I made an error.
Just goes show all these years I was under the impression the EX was a better version of EXEC.
Derek,
on the black box it actually is: The original EXEC cannot take any arguments.

But I suspect you mixed up EXEC and EXEC_W

Tobias
by tofro
Mon Mar 12, 2018 9:32 pm
Forum: Software & Programming
Topic: Qjewels
Replies: 9
Views: 3275

Re: Qjewels

Derek, yes, the sources are available to anyone who wants them. Simply send me a PM or e-Mail. To do what you have in mind, they are not needed, however (The full game is also a bit tricky to build with Turbo, all the bitmap resources and extensions and config blocks, and I never got around to write...
by tofro
Thu Mar 08, 2018 6:26 pm
Forum: Software & Programming
Topic: Assembly Language eComic - Issue 5, yes 5, now available
Replies: 6
Views: 3056

Re: Assembly Language eComic - Issue 5, yes 5, now available

NormanDunbar wrote:Well then, here's a surprise. The newest edition of the somewhat irregular periodical eMagazine is now
Disturbing regularity if the irregular periodical...

Thanks Norman! Got something to read on the plane!

Tobias
by tofro
Thu Mar 08, 2018 3:01 pm
Forum: Software & Programming
Topic: QL Software Preservation - Next Steps
Replies: 109
Views: 41800

Re: QL Software Preservation - Next Steps

In my opinion, people that need hand-holding with the QL (or, any other retro computer, for that matter) are probably trying the wrong hobby - Fiddling around with that thing and finding out what works and how is the main part of why I still am into old computers. Only if seriously stuck I would ask...
by tofro
Tue Mar 06, 2018 9:42 am
Forum: Hardware
Topic: Video Issue
Replies: 25
Views: 10309

Re: Video Issue

You have not confirmed so far you have a working stable 12V power supply. The PAL circuitry is one of the few places in the QL that actually need this voltage - It could well be the problem is nowhere near the QL as such but in the PSU (which I find very probable).

Tobias
by tofro
Sat Mar 03, 2018 11:11 am
Forum: Hardware
Topic: QL Eprom programmer
Replies: 48
Views: 20818

Re: QL Eprom programmer

Here's a bit of information and a picture:

http://qlwiki.qlforum.co.uk/doku.php?id ... programmer
by tofro
Wed Feb 28, 2018 6:44 pm
Forum: General QL Chat
Topic: QL 34th Anniversary new hardware.
Replies: 205
Views: 97046

Re: QL 34th Anniversary new hardware.

With this proposed future "super QL" the trick will be to offload as much of the vintage functionality as possible onto a single SuperIO device. This would require light OS/driver support if the SuperIO is chosen carefully so the constituent parts are mostly already used in a QL system al...