Search found 2477 matches

by Peter
Sat Aug 02, 2025 9:45 am
Forum: Software & Programming
Topic: Minerva4Q68 v1.70 released
Replies: 7
Views: 174

Re: Minerva4Q68 v1.70 released

Hi Jan,

this is fantastic news! Much better than the old history extensions, where I even had to use different versions, depending on what other software I was using. Also thanks to Marcel Kilgus, who (I think) wrote the SMSQ/E commandline history. Makes life so much easier.

Great job! All the ...
by Peter
Thu Jul 24, 2025 6:20 pm
Forum: The Off-Topic Section
Topic: Today I Received...
Replies: 770
Views: 447433

Re: Today I Received...

The best is probably to ask Marcel directly.
by Peter
Thu Jul 24, 2025 6:15 pm
Forum: Hardware
Topic: Disable QIMSI (or ROM Port) from Software?
Replies: 3
Views: 369

Re: Disable QIMSI (or ROM Port) from Software?

Hi,
QIMSI Gold introduced a ROM emulation feature for the QL side. You can place a ROM image named "QL_ROM.SYS" on SD card, overriding the SD card driver ROM with something else. Which could in your case be an empty ROM or a toolkit ROM which does not have side effects. If I remember correctly, this ...
by Peter
Sun Jul 13, 2025 7:10 pm
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project


Peter was suggesting that there might be a problem with the timing of reading and writing to registers... although I don't
know what I could do about that as I have already had to rewrite the Verilog state engine to make it exactly 68008 timing in
order to get it reading RAM reliably, I don't ...
by Peter
Sun Jul 13, 2025 12:42 pm
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project

XorA wrote: Sun Jul 13, 2025 10:35 am My emulator is based on Mushashi and boots Minerva fine.
That's good. Which of your emulators use Musashi, as you are maintaining several?
by Peter
Sun Jul 13, 2025 12:04 am
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project


Funny you should mention Minerva, as I get a perfect boot up to the F1 F2 screen with a JS ROM, but Minerva goes a bit wonky, I think it has a very different RAM test procedure...

Minerva is also more demanding in terms of correctness of the CPU emulation.
I would not take for granted that ...
by Peter
Sat Jul 12, 2025 11:48 pm
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project


I know writing to the screen register is working as I can change between mode 4 and mode 8 and turn the screen off. This means my read and write mapping is ok.

But it does not necessarily mean all timings (and delays between accesses) are okay for all registers involved.
I think your problem at ...
by Peter
Sat Jul 12, 2025 10:26 am
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project



Okay, the microdrives are point I understand. For me they always were good riddance and unused for over 30 years, so I didn't consider.

It would probably not too hard to make microdrive work on a Pi connected to GPIO port. If someone was particularly driven!

One could use a kernel with ...
by Peter
Sat Jul 12, 2025 9:28 am
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project

bwinkel67 wrote: Fri Jul 11, 2025 10:53 pm I also think there is a slight difference between the emulation in a PiStorm and a software emulator written for Windows or Linux, isn't there?
This project is a software emulator for Linux, and depending on the underlying Linux OS.
by Peter
Fri Jul 11, 2025 9:36 pm
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 112
Views: 24635

Re: My current QL accelerator project

If I remember correctly, there was mention of the GPIO sitting behind PCIe making things difficult. I have little doubt it will somehow be doable - but when the much more active Amiga scene has not accomplished it yet, that certainly sounds like much work.