mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-09 17:31:18 +00:00
Fixed stepping delay.
This commit is contained in:
parent
53522e28e2
commit
7154e8986e
@ -423,7 +423,7 @@ void WD1770::posit_event(Event type)
|
|||||||
case 2: time_to_wait = 20; break; // 5 on a 1772
|
case 2: time_to_wait = 20; break; // 5 on a 1772
|
||||||
case 3: time_to_wait = 30; break; // 6 on a 1772
|
case 3: time_to_wait = 30; break; // 6 on a 1772
|
||||||
}
|
}
|
||||||
WAIT_FOR_TIME(command_ & 3);
|
WAIT_FOR_TIME(time_to_wait);
|
||||||
if(command_ >> 5) goto verify;
|
if(command_ >> 5) goto verify;
|
||||||
goto perform_seek_or_restore_command;
|
goto perform_seek_or_restore_command;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user