Crossroads was an improved version of Trinity. It had an improved instruction set, more RAM, and was built as a standalone module. This version took about 18 hours in total to make, but that was spread across a couple of months.
ADD
, AND
, OR
, NOT
, LDA
, JMP
, STA
The ALU in crossroads has more functions that in Trinity, with not, or, and, and add, in that order. Each yellow line is the enable line for that alu function.
This memory still uses D flip-flops, but they use a different design, this time using locking repeaters, and they are orientated vertically, to save space. However, they are still quite large, making large amounts of memory hard to load all at once.
This is pretty much the exact same as the PC from Trinity. The increment circuit is more visible here.