@Schoenfeld
The distance between the two accesses is short, yes, but the distance to the next longword-access is the same as between two single word accesses, so the gain is minimal, and the gain is the same on *all* Zorro II implementations.
You may wrongly understood what your logic analyzer showed or you do not understand what we are talking about here.
You can see from
this image that reading of the longword from PIC in this backplane lasts for 8 clock cycles. If, as you say, the break from the end of longword reading to starting the next reading is standard, that is one clock cycle, it means that readings of longwords start every 9 clock cycles. The speed of reading the PIC card in this Zorro II backplane is:
4 (bytes) * 7.14 MHz / 9 cycles = 3.17 MB/s
3.17 MB/s is rather higher from 2.8 MB/s, which Hodges thinks is the maximum possible Zorro II reading speed...
Now let's go for some content: Elbox claims that executing code is possible without copying into memory. Sorry guys, the Amiga roms *always* copy the Zorro-roms into ram, and execute it there.
You misunderstood that text to which you are referring. Read it again and read my post to Hodges on it.
Double-standard: Mediator1200 uses banking, and that's OK.
Mediator 1200 must use banking due to the design of turbo cards for A1200. If A1200 turbo cards had all 32 address lines led to the CPU connector, then there will be no banking in Mediator 1200. Fortunately, the window is quite large, 8MB, so its switching in normal operations is quite rare.
My Kickflash uses banking, and that's bad. I wonder why.
The window in Kicklash is very small (16kB), but I think it does not matter. The BASIC thing is that both Flash chips are in Kickflash connected to the same 8 data lines. This reduces the maximum speed of reading from Kickflash to 1.4 MB/s.
Speed: Kickflash has 1MB, and copying that to memory takes a little over half a second. It saves you a reboot, meaning on some systems it saves a good 40 seconds.
Could you specify the config in which Kickflash saves 40 s?