summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-2745-41099/+91
| | | | | | | | | | | * 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
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61449 ↵SND\edgbla_cp2010-12-243-701/+1896
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* autoreconf.SND\weimingzhi_cp2010-12-246-103/+245
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61448 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - hopkat-fixSND\shalma_cp2010-12-231-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61444 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patches (7851): 7851, 7855, 7856;SND\edgbla_cp2010-12-233-45/+38
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61440 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.c, registers.cSND\shalma_cp2010-12-223-41/+131
| | | | | | | - (Hopkat) Fix noise channel (pitch, sound) - Not accurate, fixes FF sounds git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61403 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
* macosx - dfsound - plugincontroller-nullSND\shalma_cp2010-12-212-190/+0
| | | | | | | - (MaddTheSane) Redo files from last bad shalma diff git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61373 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound/registers.cSND\shalma_cp2010-12-201-1/+1
| | | | | | - (Hopkat) fix minor error git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61364 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-204-19/+42
| | | | | | | | | - (Hopkat) adsr.c - Use Neill's 4-bit sustain level (accuracy) - (Hopkat) registers.c - External loop address align to 16 bytes - (Hopkat) spu.c, externals.h - Use shorter update intervals (improves Square sounds, music) - (Hopkat) spu.c - Allow interpolation on fmod channel git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61362 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quick endianness fix.SND\weimingzhi_cp2010-12-202-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61343 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* macosx - dfsound (null)SND\shalma_cp2010-12-208-5024/+816
| | | | | | | - (MaddTheSane) configure screen - Patch #7815 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61342 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
* macosx - dfsoundSND\shalma_cp2010-12-192-0/+2720
| | | | | | | - (MaddTheSane) Fix NULL sound driver - Patch #7781 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61312 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* macosx - dfsoundSND\shalma_cp2010-12-193-0/+2738
| | | | | | | - (MaddTheSane) Add 64-bit mode null sound driver - Patch #7761 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61296 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
* dfsoundSND\shalma_cp2010-12-162-6/+19
| | | | | | | | | - (Hopkat) VAG $2 silence fixes: 1- Don't start release phase 2- Let channel play quietly (IRQs) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* MaddTheSane (Patch #7737)SND\weimingzhi_cp2010-12-160-0/+0
| | | | | | * Set svn metadata on a few Mac folders. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61223 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* MaddTheSane (Patch #7737):SND\weimingzhi_cp2010-12-163-67/+69
| | | | | | | * Poking around in Xcode projects, because I'm a bit OCD like that. * Adding a comment on the Mac Audio Plug-in source file. It needs to be re-written in Core Audio in order to be 64-bit safe. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-161-1/+1
| | | | | | | - (Hopkat) fix VAG $2 silence - fixes funny sounds (release too long) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-162-2/+1
| | | | | | - cleanup next careless shalma error (iStop -> bStop) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61213 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* iStop.SND\edgbla_cp2010-12-151-7/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.c, spu.cSND\shalma_cp2010-12-152-12/+18
| | | | | | | | - Some VAG $2 silence adjustments - Align start addresses to 16-bytes - Brain Dead 13 now works git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61205 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* MaddTheSane:SND\weimingzhi_cp2010-12-1426-250/+323
| | | | | | | | | | - 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
* dfsound.cSND\shalma_cp2010-12-121-0/+2
| | | | | | | - fix async cycle counting - now async should work again on Linux, Mac, (*) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61112 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-112-5/+2
| | | | | | | - try fixing "High Compat Mode" git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61085 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
* wndmain.c, lnxmain.c, gtk2gui.c, emuthread.mSND\shalma_cp2010-12-114-21/+42
| | | | | | | | | - Patch 7713 - (dario86) Detect PAL demos (SCED) - (dario86) Fix PAL auto-detection with root counter init git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61080 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
* dfsound - spu.cSND\shalma_cp2010-12-091-0/+2
| | | | | | - adjust async timing for wait (reset cycles) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60924 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-095-20/+50
| | | | | | | | | | | | | | | | | | | | | - Final Fantasy 7 = adsr.c - use newer PEOPS DSound Sustain level - PEOPS 1.09a win32 = fix FF7 cursor - freeze.c - add emu crash check (spu not init yet) - spu.c - improve spu async timing - set latency = 20 ms - smoother, less pops, cracks - spu.c, registers.c - VAG silence flag (keeps playing channel for IRQs) - new save states needed git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60906 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* first commit of gxvideo plugin (fork of dfxvideo)SND\gschwind_cp2010-12-0729-2/+16971
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60768 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-071-5/+5
| | | | | | - compile error (DSound -> dfsound) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60761 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.c, spu.cSND\shalma_cp2010-12-062-17/+44
| | | | | | | | | | | | - VAG flag fixes - fixes missing Xenogears sounds (menu, Franz library, doors, etc.) - fixes Jungle Book - Rhythm 'n Groove (music + play) - SoundOff prevents new channel from starting - fixes Jungle Book (buzzing loop hangs) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60742 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-061-2/+4
| | | | | | | | - mix fmod into output - fixes Xenogears save icon (high pitch) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60716 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.cSND\shalma_cp2010-12-061-6/+10
| | | | | | | | | - cd-xa volume hack (scale $8000-ffff to $7fff) - fixes sound output in some games - fixme later (real attenuation) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60714 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