Search found 2474 matches
- Sun Jul 13, 2025 7:10 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
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 ...
- Sun Jul 13, 2025 12:42 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
Re: My current QL accelerator project
That's good. Which of your emulators use Musashi, as you are maintaining several?
- Sun Jul 13, 2025 12:04 am
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
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 ...
- Sat Jul 12, 2025 11:48 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
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 ...
- Sat Jul 12, 2025 10:26 am
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
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 ...
- Sat Jul 12, 2025 9:28 am
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
Re: My current QL accelerator project
This project is a software emulator for Linux, and depending on the underlying Linux OS.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?
- Fri Jul 11, 2025 9:36 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
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.
- Fri Jul 11, 2025 9:15 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
Re: My current QL accelerator project
Hi Will, I hope I didn't come across negative - I have a lot of respect for your technical achievement.
I know that software emulator can do a lot more than the original QL - and that is of course still true if it is mounted inside the QL.
Hi Peter, for me what makes the QL PiStorm a better option ...
I know that software emulator can do a lot more than the original QL - and that is of course still true if it is mounted inside the QL.
Hi Peter, for me what makes the QL PiStorm a better option ...
- Fri Jul 11, 2025 12:18 pm
- Forum: General QL Chat
- Topic: Contact to Metacomco (and Lattice!) because of their C Development Kit? (The Lattice C compiler)
- Replies: 23
- Views: 1534
Re: Contact to Metacomco (and Lattice!) because of their C Development Kit? (The Lattice C compiler)
C68 has options (as Lattice C) to produce reentrant code. But there is (IMO) not even a startup object file/lib to use it and no libraries.
No, it does not require specific options or startup. I used reentrant code intensively when working on multitasking-capable internet stuff. Of course the ...
- Fri Jul 11, 2025 12:05 am
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 10199
Re: My current QL accelerator project
For me, it remains somewhat unclear what makes the Musashi emulator under Linux preferrable to sQLux.
But as a technical achievement, this is impressive work. Thanks for the update!
Fortunately QL interrupts are autovector. I'm curious if SuperBASIC will run after the implementation.
But as a technical achievement, this is impressive work. Thanks for the update!
Fortunately QL interrupts are autovector. I'm curious if SuperBASIC will run after the implementation.