'Sfarzino, SIMM stackers are even scarcer than single-banked 128MB 72-pin FPM SIMMS.
The 128 MB SIMM does not need to be single banked. I know that's the popular wisdom, that the Q605 requires single banked, and I've quoted it myself in the past, and I thought I had confirmed it back when I ordered 64 MB SIMMs from Velocity and found that their single bankers work and 2 bankers don't. It all started from Lawson's well done page, which is linked to a few posts up. However, Chris did not have a clear understanding of memory chip addressing and row and column addressing when he wrote that page, so he was lacking a dimension to the testing which might have changed some of his conclusions.
Memory organization is a complicated thing, at least until you're familiar with it.
It turns out that all the 32 MB SIMMs that we use are double-banked (2 16MB banks built out of 4M X 4bit parts). And those work in the Q605. I suspect that the problem with a 2-bank 64MB SIMM would be that the memory chips would have to be organized as 11 X 12 (row X column) or 12 X 11 and that the Q605 memory controller just doesn't support that. However, it does nicely support 12 X 12 (16M chips), otherwise single banked 64MB SIMMs would not work, and it supports two banked SIMMs, otherwise most 32MB SIMMs would not work (note, you can build a single bank 32MB SIMM out of 12 X 11 parts).
There is no such thing as a single bank 128MB SIMM. It would require that the memory chips have 32M addresses (4 byte wide SIMM X 32M addresses = 128MB SIMM) which would require a row or column address to be 13 bits long (32M => 25 bits => 12 + 13 or 13 + 12) and there is not support for 13 address bits in the 72 pin SIMM. It only goes up to 12 in the SIMM specification and some machines (e.g. PM 7100, 8100) only support 11 address bits.
So, the Q605 supports double bank 128MB SIMMs because it supports 12 X 12 addressing (12 + 12 = 24 bits => 16M address X 4 bytes wide = 64MB per bank) and it supports two banks on the SIMM by diddling the (multiple) RAS and CAS signals.
I hope that adds clarity rather than obscuring things further.