mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 20:25:19 +00:00
Minor correction: round down, not up.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user