summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Collapse)AuthorAgeFilesLines
* hopkatSND\shalma_cp2010-12-291-0/+20
| | | | | | | -cdrom- cdda stop irq -Magic the Gathering- looping territory cdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61590 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound (unix): Added mute option and freqresponse to the config utility.SND\weimingzhi_cp2010-12-293-4/+3
| | | | | | | | | | | - gxvideo: Fixed FTBFS. - Fixed Run BIOS (Issue #7806). - Updated gettext scripts. - Credit where it's due. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61576 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-276-1235/+31
| | | | | | | | | | | * Clean up build system (Issue #7815, VoidMage). * properly init some variables on reset (Patch #7887, notaz). * dfxvideo: several fixes to FPS bar (Patch #7879, dario86). * Region autodetection for 3 PAL demos (Patch #7879, dario86). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dynarec (x86): re-enabled some of the optimizations on memory access. Seems ↵SND\weimingzhi_cp2010-12-212-27/+45
| | | | | | to be okay for V-Rally 2. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61378 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quick endianness fix.SND\weimingzhi_cp2010-12-201-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61343 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-12-191-12/+15
| | | | | | - (utunnels) 2048 tweaks git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61321 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-12-191-2/+28
| | | | | | - (utunnels) Add 2048 ISO mode git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61318 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ppcSND\shalma_cp2010-12-194-4/+4
| | | | | | | - (MaddTheSane) Fix linux ppc building - patch #7779 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61295 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* MaddTheSane:SND\weimingzhi_cp2010-12-1412-80/+133
| | | | | | | | | | - Clean up the Xcode projects a bit. - Added 64-bit mode on Mac. - Made it so that the SDK was set on the Xcode projects. - Enabled PowerPC support. (Patch #7730). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61171 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Wipeout 3 - sio.cSND\shalma_cp2010-12-111-11/+50
| | | | | | | | - Fix NegCon commands - Adds device support git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61083 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* misc.cSND\shalma_cp2010-12-111-2/+1
| | | | | | - (dario86) Redo autodect again for PAL git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61081 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* misc.cSND\shalma_cp2010-12-101-1/+2
| | | | | | | - improved PAL auto-detection git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61069 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Jungle Book - Rhythm 'n Groove - psxdma.cSND\shalma_cp2010-12-101-1/+3
| | | | | | | - use faster dma time for cpu-to-spu - fixes chapter music samples from fading out too early (output-left) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61068 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Wipeout XL - psxcounters.cSND\shalma_cp2010-12-101-2/+3
| | | | | | | - use 263 NTSC Hsync lines - fixes menu speeds, rotation git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61053 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Redump.org SBI - cdrom.c, cdriso.cSND\shalma_cp2010-12-022-0/+74
| | | | | | | | | | | | | | | | | | | | | | - native support (LibCrypt) ex. TOCA World Touring Cars (Europe) 1) Run CDROM - download SBI from redump.org - place in emu folder - name "redump.sbi" - run CDROM (subchannel optional) 2) Run ISO - download SBI from redump.org - place in iso folder - "toca world cars.bin", "toca world cars.cue", "toca world cars.sbi" or "toca world cars.img", "toca world cars.ccd", "toca world cars.sbi" - run ISO (subchannel file optional) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60534 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxinterpreter.cSND\shalma_cp2010-11-291-1/+1
| | | | | | - dobranch = peek, don't cache git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60334 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxhw.cSND\shalma_cp2010-11-291-2/+2
| | | | | | | - w8 = psxHu8ref git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60333 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-291-5/+5
| | | | | | - better spu compat hack git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* V-Rally 2 - cdrom.cSND\shalma_cp2010-11-291-0/+3
| | | | | | | - spu compat hack ($0-8000 max) - fix movie sound git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60325 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60315 ↵SND\edgbla_cp2010-11-291-7/+7
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Sim Theme Park - cdrom.cSND\shalma_cp2010-11-281-3/+2
| | | | | | | | - return no adpcm data (zero) - fix speech git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60311 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Smurf Racer - cdrom.cSND\shalma_cp2010-11-281-12/+36
| | | | | | | | | | | - separate left-right attenuation - fix movie volume - eternal compatibility hack - fixme later git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60309 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Twisted Metal 4 - cdrom.cSND\shalma_cp2010-11-281-0/+5
| | | | | | | - adjust psx cdda pregap - fix in-game music git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60298 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Dukes of Hazard 2 - psxhw.cSND\shalma_cp2010-11-281-0/+13
| | | | | | | - 32-bit spu write - fix engine noise git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60292 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* gpu.cSND\shalma_cp2010-11-281-2/+7
| | | | | | | - remove 1.5x chain hack - wait for someone to do real fix git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60291 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-271-30/+30
| | | | | | | - Test: use $800 default time - ex. getlocl, nop $1000 -> $800 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60250 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Twisted Metal 3 - cdrom.cSND\shalma_cp2010-11-271-2/+4
| | | | | | | - use shorter cdlnop - fix music git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60249 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-271-79/+103
| | | | | | - (gschwnd) cleanup git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* mdec.cSND\shalma_cp2010-11-261-4/+4
| | | | | | | - (gschwnd) undo silly shalma error - revert to gschwnd mdec :) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60199 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Eggs of Steel - mdec.cSND\shalma_cp2010-11-261-4/+4
| | | | | | - tiny fix to image ptr update git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60195 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* gpu.cSND\shalma_cp2010-11-261-1/+2
| | | | | | | - reinstall old compatibility hack (1.5x dma chain) - fix this later I guess git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60186 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Eggs of Steel - mdec.cSND\shalma_cp2010-11-261-24/+90
| | | | | | | - (gschwnd) use partial decode buffer - fix corrupt movies, bg git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60185 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Eggs of Steel - cdrom.cSND\shalma_cp2010-11-251-2/+16
| | | | | | | - longer seekl time - fix new game git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60142 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Crusaders of Might and Magic - cdrom.cSND\shalma_cp2010-11-241-10/+22
| | | | | | | - fix seek, getlocl, read_ack times - fix cutscene speech (start + play) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60064 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rockman X5 - cdrom.cSND\shalma_cp2010-11-241-1/+1
| | | | | | | - no data ack - fix music restart git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60062 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxinterpreter.cSND\shalma_cp2010-11-231-2/+2
| | | | | | - (nhyone) fix load delay bgez, bgezal git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60032 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60002 ↵SND\weimingzhi_cp2010-11-238-0/+4878
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded powerpc dynarec.SND\weimingzhi_cp2010-11-234-100/+216
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Dexter's Laboratory - Mandark's Lab - cdrom.cSND\shalma_cp2010-11-231-1/+1
| | | | | | | - detect last cdda track - fix new game git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59991 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Space Hulk - Vengeance of the Blood Angels - cdrom.cSND\shalma_cp2010-11-221-8/+9
| | | | | | | - channel off = use first file - fix music, speech git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59955 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-221-4/+2
| | | | | | | - minor repplay fake subq fix git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59923 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Crusaders of Might and Magic - cdrom.cSND\shalma_cp2010-11-211-4/+2
| | | | | | | - Give top priority to cdr commands - fix intro movie git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Crusaders of Might and Magic - cdrom.cSND\shalma_cp2010-11-211-1/+3
| | | | | | | - Send FORM2 for 2340 read + ADPCM on - fix 3DO logo git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59904 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Breath of Fire 3 - cdrom.cSND\shalma_cp2010-11-211-21/+7
| | | | | | | | - remove r59791 hack (breaks game) - fix sleep issue git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Xenogears - psxinterpreter.cSND\shalma_cp2010-11-211-0/+12
| | | | | | | | - lbu v1 - beq v1 = no load delay - fix battle loading (interpreter only) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59863 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Duke Nukem - Time to Kill - cdrom.cSND\shalma_cp2010-11-201-7/+8
| | | | | | | | - (de)mute does not set spu cd-xa - fix music / speech volume git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59851 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-11-201-2/+2
| | | | | | - one more commit (static function) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59830 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-201-0/+4
| | | | | | | - fix msf2sec, sec2msf (oops!) - for cdda subq faking git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-201-23/+165
| | | | | | | - add basic internal subq faking (cdda games) - allows ccd/img/no sub, bin/cue, direct cdrom (no subchannel reading), .. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59816 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2010-11-191-2/+14
| | | | | | | - don't let cd-xa volume write to register (ex. cdrwrite3) - might fix something git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59791 e17a0e51-4ae3-4d35-97c3-1a29b211df97