IDE: Correctly terminate ATAPI command on DMA underrun, fixes Windows 9x freezes.

This commit is contained in:
OBattler
2025-03-06 01:44:02 +01:00
parent 63dc86d964
commit 4be691afe7
2 changed files with 13 additions and 7 deletions

View File

@@ -15,7 +15,6 @@
*/
#include <inttypes.h>
#include <math.h>
// #define ENABLE_SCSI_CDROM_LOG 2
#ifdef ENABLE_SCSI_CDROM_LOG
#include <stdarg.h>
#endif