Saturn: increase delay for the Seek command (Radiant Silvergun stage 4D)

This commit is contained in:
Sergiy Dvodnenko
2025-04-20 11:30:26 +03:00
parent 5ab85ddac3
commit 5529461cfe

View File

@@ -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;