Search found 3987 matches

by Derek_Stewart
Thu Sep 29, 2022 5:27 pm
Forum: QL Emulation
Topic: RasPiQL
Replies: 91
Views: 59636

Re: RasPiQL

It occurs to me when I make this change software that uses the top 8 bits of the A? registers for flags will start to fail. I am assuming that case is actually quite rare in QDOS? I have a quick look at the C source code, but could see were to change the ram size, but judging the previous comments,...
by Derek_Stewart
Thu Sep 29, 2022 2:28 pm
Forum: QL Emulation
Topic: RasPiQL
Replies: 91
Views: 59636

Re: RasPiQL

Hi, I can only allocate maximum of 16Mb in sQLux and UQLX, how do I increase the memory size? You need to change the code where allocation occurs. It occurs to me when I make this change software that uses the top 8 bits of the A? registers for flags will start to fail. I am assuming that case is a...
by Derek_Stewart
Thu Sep 29, 2022 2:19 pm
Forum: QL Emulation
Topic: RasPiQL
Replies: 91
Views: 59636

Re: RasPiQL

pjw wrote:
Derek_Stewart wrote:<>
Whats a Q80?
Shorthand for Q60 @ 80 MHz
No.... A Q60 has a 68060 CPU, the correct shorthand would be: Q60-clock_speed, e.g Q60-66 or in your case a Q60-80 with a 80Mhz clock speed.

you have just implied a 68080 CPU
by Derek_Stewart
Thu Sep 29, 2022 9:03 am
Forum: QL Emulation
Topic: RasPiQL
Replies: 91
Views: 59636

Re: RasPiQL

Sorry to disappoint, but its unlikely to suffice. For starters, as you know, I had a Q60 @ 80MHz back in the day, the fastest QL hardware available then (and now?) It still didnt feel "comfortable" I remember you saying that, but the 68060 @ 80MHz is 3-5 times faster than the Q68. So I th...
by Derek_Stewart
Thu Sep 29, 2022 8:57 am
Forum: Wanted
Topic: Disk interface
Replies: 11
Views: 10313

Re: Disk interface

Sorry for the delay, in the end I had to order a new QL scart cable. Couldn't find my gbs8220 anywhere :( Well two cards work as shown, and the poor little kempston seemed dead. Probably the RGH2HDMI is a better option or Tom Daly's solution with another VGA upscaler, on a message thread on here. h...
by Derek_Stewart
Thu Sep 29, 2022 8:51 am
Forum: QL Emulation
Topic: RasPiQL
Replies: 91
Views: 59636

Re: RasPiQL

I dont know how I can make it any clearer. Lets just say: The Pi4 with SMSQmulator is just within the border of feeling comfortable; the Q68 and Q80, for whatever reason, never achieved that for me. As you saw from my simple timing test, the Pi4 setup is >5x faster than Q68, so perhaps I was just t...
by Derek_Stewart
Thu Sep 29, 2022 8:41 am
Forum: QL Emulation
Topic: RasPiQL
Replies: 91
Views: 59636

Re: RasPiQL

That was certainly the motivation for making sQLux work on linux framebuffer. I just haven't made a cutdown distro to launch it yet! For the future though would need something that could run SMSq/e! Hmmm... how about emulating a Q68 for that purpose? In a first attempt, you could try enlarging RAM ...
by Derek_Stewart
Tue Sep 27, 2022 7:51 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66700

Re: QSound and QPrint Interface

I have alot of these magazines, what year are we talking about.
by Derek_Stewart
Tue Sep 27, 2022 7:50 pm
Forum: Wanted
Topic: Want: QL-SD drive
Replies: 12
Views: 8882

Re: Want: QL-SD drive

mk79 wrote:
Maskenlos wrote:To me, this statement is misleading. It is simple to upgrade v1 to work with SGC.
From hardware point of view there is no blocking point.
What's misleading here? Few people just happen to have a Lattice JTAG programmer laying around.
I have one... and can provide an updste service
by Derek_Stewart
Mon Sep 26, 2022 2:31 pm
Forum: Software & Programming
Topic: QDOS PE FileInfo II
Replies: 3
Views: 553

Re: QDOS PE FileInfo II

Hi, Since you are using Minerva, why use multibasic. To launch from Superbasic interpreter, I use EX pipep:;"program_bas>" which sends the Superbasic program to a ready only pipe, which loads a Multibasic interpreter, only channel #0 open, so all channels 1-2 have to opened explicitly. Fil...