cdrom: don't deliver non mode1/2 sectors
authornotaz <notasas@gmail.com>
Sun, 23 Feb 2025 00:11:17 +0000 (02:11 +0200)
committernotaz <notasas@gmail.com>
Sun, 23 Feb 2025 00:15:04 +0000 (02:15 +0200)
libpcsxcore/cdrom.c

index e9c6f88..926e7ec 100644 (file)
@@ -1435,6 +1435,11 @@ static void cdrReadInterrupt(void)
 
        if ((cdr.Mode & MODE_SF) && (subhdr->mode & 0x44) == 0x44) // according to nocash
                deliver_data = 0;
+       if (buf[3] != 1 && buf[3] != 2) { // according to duckstation
+               deliver_data = 0;
+               CDR_LOG_I("%x:%02x:%02x mode %02x ignored\n",
+                       buf[0], buf[1], buf[2], buf[3]);
+       }
 
        /*
        Croc 2: $40 - only FORM1 (*)