ide_cdrom: fixes and tweaks.

This commit is contained in:
Sorgelig
2023-08-16 23:16:29 +08:00
parent ab7fad101c
commit 97472bc5e9
4 changed files with 133 additions and 109 deletions

View File

@@ -2891,10 +2891,7 @@ void user_io_poll()
{
ide_io(0, sd_req & 7);
ide_io(1, (sd_req >> 3) & 7);
if (sd_req & 0x0100)
{
ide_cdda_send_sector();
}
if (sd_req & 0x0100) ide_cdda_send_sector();
}
else
{