From 929475d31e18052b293bcd2e01488d4d4c0cc50c Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 28 Sep 2019 23:49:32 -0400 Subject: [PATCH] Minor correction: round down, not up. --- Components/9918/Implementation/9918Base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/9918/Implementation/9918Base.hpp b/Components/9918/Implementation/9918Base.hpp index 9aba6fcec..ddeba8af0 100644 --- a/Components/9918/Implementation/9918Base.hpp +++ b/Components/9918/Implementation/9918Base.hpp @@ -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.