diff --git a/support/saturn/saturncdd.cpp b/support/saturn/saturncdd.cpp index f5c1869..1f2e0bd 100644 --- a/support/saturn/saturncdd.cpp +++ b/support/saturn/saturncdd.cpp @@ -620,7 +620,7 @@ void satcdd_t::CommandExec() { this->index = this->toc.GetIndexByLBA(this->track, this->seek_lba); this->seek_pend = true; - this->seek_delay = 5; + this->seek_delay = 7; this->final_read = this->read_pend; this->read_pend = false; this->pause_pend = false;