summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-18 17:59:59 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-18 17:59:59 +0000
commit91a025804d1d4279707854bd8f6a5f069c84e256 (patch)
tree6960e115c3ea582f5134b866aac90c2db496b686 /libpcsxcore
parent72b457e39bb06177f6b941129d8a0d04bdbab47b (diff)
downloadpcsxr-91a025804d1d4279707854bd8f6a5f069c84e256.tar.gz
Megaman Legends - cdrom.c
- don't use ACK interrupt on XA read data - fix cut speech git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59752 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 95154ea2..9c5a34f9 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -1276,7 +1276,7 @@ void cdrReadInterrupt() {
if( (cdr.Mode & 0x40) == 0 || (cdr.Transfer[4+2] & 0x4) != 0x4 ) {
cdr.Stat = DataReady;
} else {
- cdr.Stat = Acknowledge;
+ cdr.Stat = NoIntr;
}
psxHu32ref(0x1070) |= SWAP32((u32)0x4);