mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Minor correction: round down, not up.
This commit is contained in:
parent
f14d98452e
commit
929475d31e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user