This commit is contained in:
Polprzewodnikowy 2021-12-17 03:54:23 +01:00
parent f1be9ff187
commit ea01bba7ad

View File

@ -194,7 +194,7 @@ void process_dd (void) {
int track_distance = abs((DD->HEAD_TRACK & DD_TRACK_MASK) - (data & DD_TRACK_MASK));
if (p.power_up_delay) {
p.power_up_delay = false;
p.next_seek_time += DD_POWER_UP_DELAY_TICKS;
p.next_seek_time = DD_POWER_UP_DELAY_TICKS;
} else {
p.next_seek_time = (track_distance * p.track_seek_time);
}