From: notaz Date: Tue, 25 Jan 2011 21:00:55 +0000 (+0200) Subject: cdrom: add CdlGetlocP hack X-Git-Tag: r5~11 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=53951880c5aa14c9add7ee9714459c94ba3a3052 cdrom: add CdlGetlocP hack not sure why it's needed, new code caused problems here but not in pcsxr-svn. --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index fff31606..dbae5bc8 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: