RegTest: Port to new host abstractions

This commit is contained in:
Connor McLaughlin
2022-10-11 19:31:19 +10:00
parent c9cba5e220
commit 5498ddfab7
10 changed files with 844 additions and 681 deletions

View File

@ -1352,7 +1352,6 @@ void CDROM::ExecuteCommand(TickCount ticks_late)
case Command::Reset:
{
Log_DebugPrintf("CDROM reset command");
SendACKAndStat();
if (m_command_second_response == Command::Reset)
{
@ -1361,6 +1360,8 @@ void CDROM::ExecuteCommand(TickCount ticks_late)
return;
}
SendACKAndStat();
if (IsSeeking())
UpdatePositionWhileSeeking();