I was thinking about one of these for my LC III+ (that hosts
http://elsie.zia.io, which is actually about my LC II), but £60-£70 would be a bit much.
What might be easier and cheaper would be using a 128 meg SIMM. It should be possible to use a few logic gates to make RAS3 and RAS4 also activate the SIMM, but at higher addresses. Wouldn't something like this work?
RAS1 logical and RAS3 -> SIMM RAS1
RAS2 logical and RAS4 -> SIMM RAS2
RAS3 logical and RAS4 -> SIMM A11
(if they're active low, then adjust for that)
So first 16 megs of first bank works as it would in a 32 meg SIMM, the same as with the first 16 megs of second bank.
The third 16 megs comes from first bank of SIMM at A11=1 for both RAS and CAS, or from 48 to 64 megs. The fourth 16 megs comes from the second bank of 64 megs, from 48 to 64 megs.
It'd require cutting / disconnecting SIMM RAS1 and SIMM RAS2, but otherwise a single quad 74LS08 should be all that's needed, no?