I updated my Kenbak prototyping setup so I could pull out more signals to try different things. In addition to the two wire wrap boards connected through the slot in the Kenbak's front panel that bring out the lights and switches (and some signals) to my "terminal" seen in the lower right of the 1st picture, I have a larger separate wire wrap board that I pull various ICs to for experimenting as seen in the lower left of pic 1.
The 2nd picture shows the chips used for monitoring the L register for location 177 (7430), then capturing that location to the 74164 shift register to output to a 74100 8-bit latch (big gray chip that is hard to read), the lowest 4 bits of which are currently used as input to the 74154 to provide all the individual Enable lines for paging (I'm only using two right now). The Enable lines also power the LEDs so I can see which page is enabled.
The third picture shows the added AMD 1404a (so I don't risk an Intel 1404a unnecessarily) surrounded by a couple of 74125 3-state buffer ICs. These buffers isolate the multiple 1404a ICs between the JDL1 and DL1 signals and are enabled from the 74154 lines to define the desired page for memory locations 200-377. They also provide the recirculation line to the 1404a that is not currently enabled. To expand this design, add more 1404a and 74125 (with a 7404 gate as needed to invert the Enable to the recirculation line).
The 4th picture just shows how I used ribbon wire on headers to bring out the ICs to the prototyping board - no cutting of lines on the motherboard.
Some things I learned - don't try to change the MR (memory read) signal or you lose the ability to read the switches, unless you want to substantially change the architecture which I don't really want to do. It's not necessary to change MR anyway, with this approach. Location 377 works properly regardless of which page you're on. Also, no need to add another address line A8; again, too much change required and not sure it would even work. There doesn't seem to be an easy way to get my C1101 RAM working along with the serial memory so I'll just stick with adding more 1404a ICs. I'm sure trying to keep track of which DL1 is enabled in a program and how to manage the paging during runtime is going to be interesting.