1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-15 20:24:07 +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
commit b609ce6fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.