I'm stumped with this one. I have a computer that almost successfully operates. CPU/RAM passed their tests, and the Computer passes most of the test except that it seems to take one clock cycle longer than it should to write to memory.
For example, in ComputerMax.tst, when ROM[13] is highlighted(M=D), the compare script expects RAM to have updated, when it doesn't update until the next tick, since the RAM is clocked.