Search found 926 matches

by martyn_hill
Sat Jan 05, 2019 6:09 pm
Forum: Software & Programming
Topic: QLCOMMANDER - testers and help needed
Replies: 133
Views: 149866

Re: QLCOMMANDER - testers and help needed

Hi again Andrew! I've debugged a little more to better suit compilation with Turbo - including the required pass-by-ref additions and hereby attached. Still some odd bugs that I have yet to identify, but most of the program now works under QPC2 after compilation. Some issues: a) After MORE is called...
by martyn_hill
Sat Jan 05, 2019 12:58 am
Forum: Software & Programming
Topic: QLCOMMANDER - testers and help needed
Replies: 133
Views: 149866

Re: QLCOMMANDER - testers and help needed

Hi again Andrew I've tinkered with your source a bit more and managed to get it compiled and running (on QPC for now). There are a couple more places that REFERENCE <variable> will be needed - in addition to FileList$ - as well as an adjustment to the very first OUTLN. Also, Turbo compiled jobs have...
by martyn_hill
Fri Jan 04, 2019 6:24 pm
Forum: Software & Programming
Topic: QLCOMMANDER - testers and help needed
Replies: 133
Views: 149866

Re: QLCOMMANDER - testers and help needed

Hi Andrew I have yet to try running your file-manager, but have been successful in compiling with Turbo - at least as far as no compilation errors. One of the more confusing topics when moving from interpreted to Turbo'd SB is how Arrays are passed as parameters. Turbo can't handle passing Arrays 'b...
by martyn_hill
Tue Dec 25, 2018 12:50 am
Forum: General QL Chat
Topic: Merry Christmas and Happy New Year!
Replies: 9
Views: 5917

Re: Merry Christmas and Happy New Year!

Wishing everyone here a peaceful and happy Christmas!

God bless.
by martyn_hill
Sun Dec 16, 2018 9:05 pm
Forum: Hardware
Topic: QLAN-USB Adapter - working prototype...
Replies: 51
Views: 34470

Re: QLAN-USB Adapter - working prototype...

Hi Polka I'm not so familiar with the capabilities of the RPi, but worth bearing in mind that re-implementing the QL Network stack, QDOS IOSS plus the FSERVE server routines sufficiently to share files would be far from trivial. That's one of the reasons why I opted to design the QLUB adapter and th...
by martyn_hill
Sat Dec 15, 2018 1:04 am
Forum: Software & Programming
Topic: Status of QMON
Replies: 77
Views: 35434

Re: Status of QMON

I have now released the existing QJump QMON/JMON versions Thank you. Herr Kilgus! I'm still a fledgling with QMON - but that newer breakpoint option to auto enter the debugger and skip the two flag-words will come in very handy for some debugging underway of an updated NET driver for the ??? (shhh ...
by martyn_hill
Sat Dec 15, 2018 12:50 am
Forum: Hardware
Topic: Possible problem with cloned SGC and Minerva 1.98
Replies: 55
Views: 22353

Re: Possible problem with cloned SGC and Minerva 1.98

Thank you Marcel!

And I see that your blog spiked Guru Lau's interest :-)

We stand on the shoulders of giants...

Now, where's the next 'challenge' to be found, I wonder?

M.
by martyn_hill
Wed Dec 12, 2018 8:43 pm
Forum: Hardware
Topic: QLAN-USB Adapter - working prototype...
Replies: 51
Views: 34470

Re: QLAN-USB Adapter - working prototype...

Hello Stephan Thanks for asking... The project has been on hold for a while, after a few false starts at developing the code needed to 'bridge' the QL NET code to the micro-controller (which is itself working fairly well.) As it happens, I have been involved recently with another related project tha...
by martyn_hill
Fri Dec 07, 2018 12:56 pm
Forum: Hardware
Topic: Hardware detectives for FrankenQL?
Replies: 22
Views: 8954

Re: Hardware detectives for FrankenQL?

Good luck!

For me, the tricky part has always been the physical/mechanical design - how to fit the parts in the QL case and make reliable connections.

All good fun!
by martyn_hill
Fri Dec 07, 2018 10:58 am
Forum: Hardware
Topic: Hardware detectives for FrankenQL?
Replies: 22
Views: 8954

Re: Hardware detectives for FrankenQL?

Yes and in fact any memory expansion - including Oliver's two examples - that rely on the ZX8301 will be of the slow type - aka 'contended', by design. On a side note - it is surprisingly simple with today's GALs and SRAM availability to add uncontended memory even internally - with a bit of additio...