notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f32f1
)
cdrom: don't deliver non mode1/2 sectors
author
notaz
<notasas@gmail.com>
Sun, 23 Feb 2025 00:11:17 +0000
(
02:11
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 23 Feb 2025 00:15:04 +0000
(
02:15
+0200)
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
e9c6f88
..
926e7ec
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-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 (*)