I have been doing some more rejigging on this circuit...
On the DAC analogue inputs, I already added in the voltage divider ( about a week ago,But how things are looking this will likely get removed ).. I added in a jumper to disable the analogue selection ( by connecting it to VCC) or enabling it by connecting it to blanking (which is what is currently on the H4 anyway).
1.JPG
Now the DAC analogue blanking can be isolated totally, I have added in a inverter onto the MUX chips. The MUX enable lines are now called GEN (it was hardwired to 0v before). So when blanking is active (low) this gets inverted HI to the MUX GEN (enables) and this disables the outputs of the MUX to all zeros which is handy, and it ignores whatever is on the MUX inputs.
So when blanking is active, it will zero out all the red green blue lines on the digital side of things. So the DAC will of course output "black" and because we are not using the analog input we should not have any biasing issues.
2.JPG
The 74AC157 MUX's which I stated to use have a delay of about 5ns, so they should be plenty fast enough I think. There are actually faster chips with near zero delays, but these basically are bus switches and these do not zero the outputs when disabled. So if those chips were used, we would have to add another sill array as pull downs. Overall pretty pointless really just to save a few ns.
In any case, it would help if someone could actually try the MUX blanking idea.