diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-27 20:21:25 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-27 20:21:25 +0000 |
| commit | 13bb103b30b4b8f141e8d60719248411b871c302 (patch) | |
| tree | 278ba3f98c6b98768f257c83acea2d5a583e9125 /libpcsxcore | |
| parent | b526f0c913a787d71dd629e968303f22584ae4cf (diff) | |
| download | pcsxr-13bb103b30b4b8f141e8d60719248411b871c302.tar.gz | |
Twisted Metal 3 - cdrom.c
- use shorter cdlnop
- fix music
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60249 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdrom.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index fefd27f8..7482413a 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -1592,8 +1592,10 @@ void cdrWrite1(unsigned char rt) { case CdlNop: cdr.Ctrl |= 0x80; - cdr.Stat = NoIntr; - AddIrqQueue(cdr.Cmd, 0x1000); + cdr.Stat = NoIntr;
+
+ // Twisted Metal 3 - fix music + AddIrqQueue(cdr.Cmd, 0x800); break; case CdlSetloc: |
