diff --git a/gateware/sid_api.sv b/gateware/sid_api.sv index 1652d26..9d76feb 100644 --- a/gateware/sid_api.sv +++ b/gateware/sid_api.sv @@ -43,7 +43,7 @@ module sid_api ( always_comb begin // Idling of voice pipeline. - voice_cycle_idle = filter_cycle == 4 || filter_cycle == 5 || filter_cycle == 9 || filter_cycle == 10; + voice_cycle_idle = filter_cycle == 4 || filter_cycle == 5; voice_cycle = voice_cycle_idle ? 0 : voice_cycle_count; end