Speed up after SCSI access

This commit is contained in:
Zane Kaminski 2024-11-04 19:20:22 -05:00
parent d3383f0c02
commit 262a79fe74

View File

@ -93,6 +93,7 @@ module CNT(
else if (BACT && VIACS) QFS <= 0; else if (BACT && VIACS) QFS <= 0;
else if (BACT && IWMCS) QFS <= 0; else if (BACT && IWMCS) QFS <= 0;
else if (BACT && SCCCS) QFS <= 2; else if (BACT && SCCCS) QFS <= 2;
else if (BACT && SCSICS) QFS <= 2;
else if (SndCSWRr) QFS <= 0; else if (SndCSWRr) QFS <= 0;
else if (QFS!=0 && TimerTick) QFS <= QFS-1; else if (QFS!=0 && TimerTick) QFS <= QFS-1;
end end