Search found 1632 matches

by pjw
Sun Jul 20, 2025 2:12 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 306
Views: 51445

Re: Q_Liberator malaise

PS: Needless to say, devising such a scheme is one thing, implementing it would be quite something else! That would require a good understanding of how Qlib works. The good news is that Martin has gone to quite some trouble to analyse and annotate all the toolkits that form part of Qlib!

Im ...
by pjw
Sun Jul 20, 2025 1:45 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 306
Views: 51445

Re: Q_Liberator malaise

Great work Martin!

It seems a pity no one could lend you a suitable system to try on. Im sure that would have been so much easier! Supposedly Tony Tebby once debugged a hard disk driver in Germany while he was situated in England! I cant remember the details but it sounded equally impressive ...
by pjw
Sat Jul 19, 2025 2:19 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 306
Views: 51445

Re: Q_Liberator malaise

I havent been able to follow this in great detail recently, but do I understand correctly that the new QERR file is patched with code to flush the cache before or after certain operations? If so, will the patched QERR still work on non-Qx0 platforms? Or do we need to compile separately, or use a ...
by pjw
Sat Jul 12, 2025 3:07 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 306
Views: 51445

Re: Q_Liberator malaise

Artificer wrote: Sat Jul 12, 2025 11:54 am QERRON.JPG

I have tweaked and compiled the snippet of code Dilwyn Jones supplied. The image shows the code and the outcome indicating that the program
hangs after Q_ERR_ON was set and when error trapping OPEN_IN.
Q_ERR_xxx figures largely in the Qlib compiler itself..
by pjw
Fri Jul 11, 2025 11:41 am
Forum: Software & Programming
Topic: QPack2 Exec Menu
Replies: 10
Views: 3699

Re: QPack2 Exec Menu


<>
To remove a Hokey and leave the Thing present, use: ERT HOT_REMV (<key>)

Where <key> is the definition of the HOTKEY setup with on boot up to load the application as a Thing, which when the ALT <key> is removed, the Thing can be loaded with EXEP
<>
But note: To do that you have to load the ...
by pjw
Wed Jul 09, 2025 2:47 pm
Forum: Software & Programming
Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
Replies: 84
Views: 17584

Re: My "from PACKAGE import *" (Python) simulation project (reflection)


<>
As for your extension not working, it's generally not recommended to load extensions in SBASIC child jobs, especially not when they contain system extensions such as device drivers and interrupt servers. They will be destroyed when you quit the child job but the system will still have hooks to ...
by pjw
Tue Jun 17, 2025 9:02 am
Forum: Hardware
Topic: SMS2 in FPGA
Replies: 24
Views: 3695

Re: SMS2 in FPGA

On a practical level I agree with everything you wrote Peter (and tofro)! The multi GHz CPU was about a revival of 68k systems in general.

Im off to the wilds again for the next month or so, so no time to be more specific.
by pjw
Mon Jun 16, 2025 3:41 pm
Forum: Hardware
Topic: SMS2 in FPGA
Replies: 24
Views: 3695

Re: SMS2 in FPGA



<>

I guess we're talking slightly at cross purposes (or my friend and you, rather). I suppose she was thinking rather in terms of hardware platforms for a next gen "QL". The speed of QPC and SMSQmulator is good enough for any of the stuff we use on those systems today. (And no, Im not dissing ...
by pjw
Mon Jun 16, 2025 12:18 pm
Forum: Hardware
Topic: SMS2 in FPGA
Replies: 24
Views: 3695

Re: SMS2 in FPGA


<>
1. Say a multi-GHz MC680x0 compatible CPU magically appeared. Would that make a difference do you think?

2. Emulators work like code interpreters during runtime, something that creates a lot of continuous overhead. Might it be possible that the 68k assembly language were to be considered just ...