The Pi would always be too tall to fit inside the BBQL except within the expansion slot.Peter wrote: Mon Apr 15, 2024 10:05 pmHardware is the smaller part of a potential QL PiStorm project. It could be redesigned to fit the QL case.stephen_usher wrote: Mon Apr 15, 2024 1:56 pm On the QL you wouldn't be able to fit a PiStorm into the case... and anyway it's not an 8 bit multiplexed form factor, so it would have to go onto an external board.
I'd expect 90% of labour and problems on the software side.
As for the software side, if it merely emulated a stock 68000 with no emulated memory, just accessing the system bus then the software side would likely be minimal as the timing side of this and bus arbitration have been worked out on the Atari ST port. Similarly, adding RAM and even a copy of the ROM shouldn't be massively difficult. It's when you go further and try to add other peripherals is where you get into difficulty.
Forget the Amiga PiStorm code, that's niche as the Amiga ignores most of the important parts of the processor, moving all that complexity into the custom chips, making the CPU emulation simpler as it doesn't have to implement most of the timing critical parts.