update to 1.22.2

This commit is contained in:
zeromus 2020-04-06 02:56:09 -04:00
parent d0a3bb0348
commit 483a944ebe
1 changed files with 1 additions and 1 deletions

View File

@ -1884,7 +1884,7 @@ void PS_CDC::ReadBase(void)
if(CommandLoc_Dirty)
SeekTarget = CommandLoc;
else
else if(DriveStatus != DS_PAUSED && DriveStatus != DS_STANDBY)
SeekTarget = CurSector;
PSRCounter = 33868800 / (75 * ((Mode & MODE_SPEED) ? 2 : 1)) + CalcSeekTime(CurSector, SeekTarget, DriveStatus != DS_STOPPED, DriveStatus == DS_PAUSED);