aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authornotaz2011-01-25 23:00:55 +0200
committernotaz2011-01-26 01:59:27 +0200
commit53951880c5aa14c9add7ee9714459c94ba3a3052 (patch)
treefa7f65cbb74072c37b2a482f23dd8f5a94b4dd9c /libpcsxcore
parent9f8b032dc5074e29f2e93ce06651f6da3bb70a86 (diff)
downloadpcsx_rearmed-53951880c5aa14c9add7ee9714459c94ba3a3052.tar.gz
pcsx_rearmed-53951880c5aa14c9add7ee9714459c94ba3a3052.tar.bz2
pcsx_rearmed-53951880c5aa14c9add7ee9714459c94ba3a3052.zip
cdrom: add CdlGetlocP hack
not sure why it's needed, new code caused problems here but not in pcsxr-svn.
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index fff3160..dbae5bc 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -1583,7 +1583,11 @@ void cdrWrite1(unsigned char rt) {
//AddIrqQueue(cdr.Cmd, 0x28);
// Tomb Raider 2 - cdda
- AddIrqQueue(cdr.Cmd, 0x40);
+ //AddIrqQueue(cdr.Cmd, 0x40);
+
+ // rearmed: the above works in pcsxr-svn, but breaks here
+ // (TOCA world touring cars), perhaps some other code is not merged yet
+ AddIrqQueue(cdr.Cmd, 0x1000);
break;
case CdlGetTN: