1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-10 11:25:23 +00:00

Merge pull request #658 from TomHarte/Afterburner

Minor TMS timing correction.
This commit is contained in:
Thomas Harte
2019-09-28 23:50:28 -04:00
committed by GitHub

View File

@@ -100,7 +100,7 @@ class Base {
// (though, in practice, it won't happen until the next
// external slot after this number of cycles after the
// device has requested the read or write).
return 7;
return 6;
}
// Holds the main status register.