CDROM: Simulate motor spin-up time

Fixes disc changing in Tales of Destiny II.
This commit is contained in:
Connor McLaughlin
2021-06-11 20:19:17 +10:00
parent 95247b0b5e
commit 9d36ce757d
2 changed files with 37 additions and 6 deletions

View File

@ -146,7 +146,8 @@ private:
Playing,
Pausing,
Stopping,
ChangingSession
ChangingSession,
SpinningUp
};
union StatusRegister
@ -281,6 +282,7 @@ private:
void DoPauseComplete();
void DoStopComplete();
void DoChangeSessionComplete();
void DoSpinUpComplete();
void DoIDRead();
void DoTOCRead();
void DoSectorRead();