diff --git a/Components/9918/Implementation/Fetch.hpp b/Components/9918/Implementation/Fetch.hpp index d4644c328..0df3e8d2f 100644 --- a/Components/9918/Implementation/Fetch.hpp +++ b/Components/9918/Implementation/Fetch.hpp @@ -544,7 +544,7 @@ struct SMSSequencer { } if(cycle >= 25 && cycle < 153) { - constexpr int offset = cycle - 39; + constexpr int offset = cycle - 25; constexpr int block = offset >> 2; constexpr int sub_block = offset & 3;