Search found 3132 matches

by tofro
Sat Jul 05, 2025 2:25 pm
Forum: General QL Chat
Topic: Contact to Metacomco (and Lattice!) because of their C Development Kit? (The Lattice C compiler)
Replies: 5
Views: 217

Re: Contact to Metacomco (and Lattice!) because of their C Development Kit? (The Lattice C compiler)

Derek_Stewart wrote: Sat Jul 05, 2025 11:18 am
Please forgive me for asking, but could not C68 be made to produce Reentrant code?
You can, and from time to time it even works ;)

There are, however, no libraries available for C68 to link to PC-relative code. You'd need to adapt/recompile them all.
by tofro
Fri Jul 04, 2025 6:52 pm
Forum: Hardware
Topic: QL freezing after an hour
Replies: 18
Views: 356

Re: QL freezing after an hour



No. This is how I got the machine. I think the mod may have been there in the past but was removed by the previous owner. What does the mod do? It doesn't prevent freezing by any chance does it?

You must place them.
It is for MDVs (if I am not wrong) but may affect other parts.

Well, you ...
by tofro
Fri Jul 04, 2025 3:31 pm
Forum: Hardware
Topic: QL freezing after an hour
Replies: 18
Views: 356

Re: QL freezing after an hour


Hi All,

I'm having some issues with my QL (Issue 5). The machine boots up fine and works without issue usually for about an hour before freezing. When the machine freezes there's no screen corruption. All that happens is that the cursor stops flashing and the computer stops accepting input. If I ...
by tofro
Tue Jul 01, 2025 6:15 pm
Forum: Software & Programming
Topic: Q68 on QL Network
Replies: 22
Views: 604

Re: Q68 on QL Network



Martyn - glad to say that v3.05 of ndq68_dvr_v305 works with the combination of equipment listed below, will try the other software version later. I had FSERVE going on all three machines, all accessed each others' drives OK. I'll see what other equipment I can put on the network tonight, maybe ...
by tofro
Fri Jun 27, 2025 12:43 pm
Forum: Hardware
Topic: SOLVED !! smsq/e on rom
Replies: 26
Views: 1045

Re: smsq/e on rom



I don't know if SMSQ/E at 7.5 MHz in a ~640K machine would be particularly enjoyable but it would be better than QDOS. I'd be interested in that, too.

Speed-wise, SMSQ/E would be more enjoyable than QDOS on the QL. Three main contras:

I'm not with you on that. The concepts of the internal ...
by tofro
Thu Jun 26, 2025 6:22 am
Forum: Software & Programming
Topic: Using preemptive multitasking
Replies: 13
Views: 565

Re: Using preemptive multitasking

Well, TRAP #0 is especially designed to suppress multitasking and switch off the scheduler - It's the QDOS way to avoid expensive mechanisms like mailboxes and semaphores you'd otherwise need to sync jobs with each other.

@Derek Jobs will only be blocked from concurrent access to the screen when ...
by tofro
Wed Jun 25, 2025 1:46 pm
Forum: Hardware
Topic: Screen fault
Replies: 35
Views: 1438

Re: Screen fault

If you experience problems with a QL after having inserted a card into the expansion connector, don't forget to check there. It's actually quite easy to bend pins in there and create shorts with a bit of sloppy handling.
by tofro
Sat Jun 21, 2025 5:44 pm
Forum: Software & Programming
Topic: Assembly programming
Replies: 4
Views: 360

Re: Assembly programming


Hello,

Are there some examples of assembly programming for the QL? In particular when the program is written and assembled on a host machine and running in an emulator. I am knowledgeable enough in 6800x programming, it's everything else I'm missing, e.g.


A skeleton "Hello world" program for ...
by tofro
Wed Jun 18, 2025 12:52 pm
Forum: Software & Programming
Topic: A reasonably simple frame counter...?
Replies: 9
Views: 364

Re: A reasonably simple frame counter...?

dilwyn wrote: Wed Jun 18, 2025 11:05 am viewtopic.php?p=39138#p39138

I think this is what tofro was referring to.
Yep, that's it. Thanks Dilwyn for remedying my laziness...
by tofro
Wed Jun 18, 2025 10:59 am
Forum: Software & Programming
Topic: What sort of Games
Replies: 19
Views: 932

Re: What sort of Games


We should be able to have a much better version of a racing game on the QL.


No, we shouldn't. Vroom does an awesome job in scrolling the large (32k) QL screen while a VIC 20 only has to move 4k around to do the same thing. The QL is hampered here because of it both having a generous amount of ...