Output port not working
Hey,
So following on from my earlier post regarding some LS logic ICs not working in my Mark-8. I think I may have an issue with the 74LS75 latches that I have.
Firstly they seem to work fine on a breadboard test circuit. I can get them to latch data without any issues.
However if I input the test program on page 9 of the construction guide and run it the display shows this:

Rather than counting up on the output port bit 3 gets stuck on and all the other bits show very brief flickering.

Wow, that’s awesome! Thanks for sharing the details. I don’t remember having to add a pull-up resistor but I think it may be a difference between using the LS version or not. It might also be different depending on the manufacturer, which is why there are other areas in the computer that needed fixing of floating inputs but appeared to work for Jon without pull-up resistors.
In essence, it’s a good idea to tie all inputs to something and not leave them floating, otherwise you might get strange outputs.
Great work!