mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-02-06 11:30:00 +00:00
Speed up after SCSI access
This commit is contained in:
parent
d3383f0c02
commit
262a79fe74
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user