From 5529461cfed80bd8d99a8fe2a17fef6384833b70 Mon Sep 17 00:00:00 2001 From: Sergiy Dvodnenko Date: Sun, 20 Apr 2025 11:30:26 +0300 Subject: [PATCH] Saturn: increase delay for the Seek command (Radiant Silvergun stage 4D) --- support/saturn/saturncdd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;